Skip to content

Commit 75d3d55

Browse files
committed
FIX: fix setup of _pdf folder
1 parent 16ec734 commit 75d3d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Copy LaTeX PDF for GH-PAGES
4545
shell: bash -l {0}
4646
run: |
47-
mkdir _build/html/_pdf
48-
cp _build/latex/*.pdf _build/html/_pdf
47+
mkdir -p _build/html/_pdf
48+
cp -u _build/latex/*.pdf _build/html/_pdf
4949
- name: Build Download Notebooks (sphinx-tojupyter)
5050
shell: bash -l {0}
5151
run: |

0 commit comments

Comments
 (0)