Skip to content

Commit ecc4deb

Browse files
committed
rename docs -> doc
1 parent 6bc5bfd commit ecc4deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ jobs:
3030
3131
- name: Build HTML docs
3232
run: make html
33-
working-directory: ${{ github.workspace }}/docs
33+
working-directory: ${{ github.workspace }}/doc
3434

3535
- name: Build PDF docs
3636
run: |
3737
make latexpdf
3838
mv build/latex/*.pdf build/html/tinytex.pdf
39-
working-directory: ${{ github.workspace }}/docs
39+
working-directory: ${{ github.workspace }}/doc
4040

4141
- name: Upload HTML artifact
4242
uses: actions/upload-pages-artifact@v3
4343
with:
44-
path: ${{ github.workspace }}/docs/build/html
44+
path: ${{ github.workspace }}/doc/build/html
4545

4646
deploy:
4747
needs: build_docs

0 commit comments

Comments
 (0)