Fix: Wrong path in CI

This commit is contained in:
mrjk 2022-03-23 03:05:56 -04:00
parent 4a0bc2e201
commit f6460b8db3

View File

@ -42,7 +42,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }} key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
#key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} #key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: | restore-keys: |
${{ runner.os }}-pip- ${{ runner.os }}-poetry-
${{ runner.os }}- ${{ runner.os }}-
# https://docs.github.com/en/actions/guides/building-and-testing-python#installing-dependencies # https://docs.github.com/en/actions/guides/building-and-testing-python#installing-dependencies
# ^-- This gives info on installing dependencies with pip # ^-- This gives info on installing dependencies with pip
@ -101,7 +101,7 @@ jobs:
#if: ${{ success() && github.event_name == 'push' && github.ref == 'refs/heads/$defaultBranch' }} #if: ${{ success() && github.event_name == 'push' && github.ref == 'refs/heads/$defaultBranch' }}
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/ publish_dir: ./docs/_build/html
publish_branch: gh-pages publish_branch: gh-pages
force_orphan: true force_orphan: true