Build for github pages
Build Docs / build (push) Failing after 36s
Details
Build Docs / build (push) Failing after 36s
Details
This commit is contained in:
parent
5c71841d12
commit
88f6c46213
|
@ -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