Skip to content

Commit

Permalink
.github/workflows/sphinx: Don't use _static/ for pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Sep 22, 2023
1 parent ee0771c commit 0e43a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
make pyppeteer
mv _build/pyppeteer/*.pdf _build/dirhtml/_static/${PDF_FILENAME}
mv _build/pyppeteer/*.pdf _build/dirhtml/${PDF_FILENAME}
# Stage all deployed assets in _gh-pages/ for simplicity, and to
# prepare to do a multi-branch deployment.
Expand Down

0 comments on commit 0e43a32

Please sign in to comment.