We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bc6b9 commit b149bf7Copy full SHA for b149bf7
1 file changed
.github/workflows/build-and-deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
mkdir -p gh-pages/pdfs
54
cp output/pdfs/*.pdf gh-pages/pdfs/ || true
55
# Copy media
56
- cp -r media gh-pages/
+ cp -r media gh-pages/ || true
57
# Add custom theme link to all HTML files
58
echo "Adding custom theme CSS to HTML files..."
59
cd gh-pages
0 commit comments