This commit is contained in:
parent
5c71841d12
commit
88f6c46213
6
.github/workflows/build-docs.yaml
vendored
6
.github/workflows/build-docs.yaml
vendored
@ -42,3 +42,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: docs.pdf
|
name: docs.pdf
|
||||||
path: docs.pdf
|
path: docs.pdf
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: doc/build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user