Skip to content

Commit b149bf7

Browse files
committed
Fix media copy if there is no media
1 parent 85bc6b9 commit b149bf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
mkdir -p gh-pages/pdfs
5454
cp output/pdfs/*.pdf gh-pages/pdfs/ || true
5555
# Copy media
56-
cp -r media gh-pages/
56+
cp -r media gh-pages/ || true
5757
# Add custom theme link to all HTML files
5858
echo "Adding custom theme CSS to HTML files..."
5959
cd gh-pages

0 commit comments

Comments
 (0)