Skip to content

Commit 4f1cc0e

Browse files
committed
.github/workflows/sphinx: Add back -t pdf tag for pdf builds
1 parent 99f45e1 commit 4f1cc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
pip install https://github.com/rkdarst/sphinx_pyppeteer_builder/archive/refs/heads/main.zip
104104
#pip install sphinx_pyppeteer_builder
105-
make pyppeteer
105+
make SPHINXOPTS="-t pdf" pyppeteer
106106
mv _build/pyppeteer/*.pdf _build/dirhtml/${PDF_FILENAME}
107107
108108
# Stage all deployed assets in _gh-pages/ for simplicity, and to

0 commit comments

Comments
 (0)