We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc5bfd commit ecc4debCopy full SHA for ecc4deb
.github/workflows/static.yml
@@ -30,18 +30,18 @@ jobs:
30
31
- name: Build HTML docs
32
run: make html
33
- working-directory: ${{ github.workspace }}/docs
+ working-directory: ${{ github.workspace }}/doc
34
35
- name: Build PDF docs
36
run: |
37
make latexpdf
38
mv build/latex/*.pdf build/html/tinytex.pdf
39
40
41
- name: Upload HTML artifact
42
uses: actions/upload-pages-artifact@v3
43
with:
44
- path: ${{ github.workspace }}/docs/build/html
+ path: ${{ github.workspace }}/doc/build/html
45
46
deploy:
47
needs: build_docs
0 commit comments