Skip to content

Commit c0cda9f

Browse files
Update website.yml
1 parent d4b443e commit c0cda9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Build documentation
8585
run: |
8686
mkdir docs/_static
87-
mv *.pdf docs/_static/
87+
mv Figures/*.pdf docs/_static/ 2>/dev/null || echo "No PDFs found to move."
8888
sphinx-apidoc -o docs src
8989
cd docs/
9090
make html

0 commit comments

Comments
 (0)