Update .github/workflows/build-docs.yaml
Build Docs / build (push) Failing after 33s
Details
Build Docs / build (push) Failing after 33s
Details
This commit is contained in:
parent
86460fa1d5
commit
75f60fa811
|
@ -44,7 +44,9 @@ jobs:
|
||||||
path: docs.pdf
|
path: docs.pdf
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: traverseda/actions-gh-pages@v4.0.1
|
uses: s0/git-publish-subdir-action@develop
|
||||||
with:
|
env:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
REPO: self
|
||||||
publish_dir: ./docs/build/html
|
BRANCH: gh-pages
|
||||||
|
FOLDER: ./docs/build/html
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue