Fix: Wrong path in CI
This commit is contained in:
parent
4a0bc2e201
commit
f6460b8db3
4
.github/workflows/sphinx.yml
vendored
4
.github/workflows/sphinx.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
|
||||
#key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
${{ runner.os }}-poetry-
|
||||
${{ runner.os }}-
|
||||
# https://docs.github.com/en/actions/guides/building-and-testing-python#installing-dependencies
|
||||
# ^-- This gives info on installing dependencies with pip
|
||||
@ -101,7 +101,7 @@ jobs:
|
||||
#if: ${{ success() && github.event_name == 'push' && github.ref == 'refs/heads/$defaultBranch' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/_build/
|
||||
publish_dir: ./docs/_build/html
|
||||
publish_branch: gh-pages
|
||||
force_orphan: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user