Skip to content

Commit

Permalink
FIX: fix setup of _pdf folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed May 17, 2021
1 parent 16ec734 commit 75d3d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Copy LaTeX PDF for GH-PAGES
shell: bash -l {0}
run: |
mkdir _build/html/_pdf
cp _build/latex/*.pdf _build/html/_pdf
mkdir -p _build/html/_pdf
cp -u _build/latex/*.pdf _build/html/_pdf
- name: Build Download Notebooks (sphinx-tojupyter)
shell: bash -l {0}
run: |
Expand Down

2 comments on commit 75d3d55

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.