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 16ec734 commit 75d3d55Copy full SHA for 75d3d55
.github/workflows/publish.yml
@@ -44,8 +44,8 @@ jobs:
44
- name: Copy LaTeX PDF for GH-PAGES
45
shell: bash -l {0}
46
run: |
47
- mkdir _build/html/_pdf
48
- cp _build/latex/*.pdf _build/html/_pdf
+ mkdir -p _build/html/_pdf
+ cp -u _build/latex/*.pdf _build/html/_pdf
49
- name: Build Download Notebooks (sphinx-tojupyter)
50
51
0 commit comments