We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b443e commit c0cda9fCopy full SHA for c0cda9f
.github/workflows/website.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Build documentation
85
run: |
86
mkdir docs/_static
87
- mv *.pdf docs/_static/
+ mv Figures/*.pdf docs/_static/ 2>/dev/null || echo "No PDFs found to move."
88
sphinx-apidoc -o docs src
89
cd docs/
90
make html
0 commit comments