Commit e0cf3a25 authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Fix the deploy path

parent f20c5d11
...@@ -35,4 +35,4 @@ jobs: ...@@ -35,4 +35,4 @@ jobs:
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to. BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs/_build/html # The folder the action should deploy FOLDER: docs/source/_build/html # The folder the action should deploy
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment