Skip to content
Snippets Groups Projects
Verified Commit 83d98da8 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

update github CI workflow

parent 2b1e83ef
No related branches found
No related tags found
No related merge requests found
Pipeline #85554 passed
...@@ -24,6 +24,7 @@ jobs: ...@@ -24,6 +24,7 @@ jobs:
run: TZ=UTC sphinx-build -b html docs/source docs/build run: TZ=UTC sphinx-build -b html docs/source docs/build
- uses: peaceiris/actions-gh-pages@v3 - uses: peaceiris/actions-gh-pages@v3
with: with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/ publish_dir: docs/build/
enable_jekyll: false enable_jekyll: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment