Tweaked docs workflow according to official docs

This commit is contained in:
Evan Steinkerchner 2022-04-28 09:36:36 -04:00
parent 819f0d4052
commit 10fa40d1f6

View File

@ -7,9 +7,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.x
python-version: '3.x'
cache: 'pip'
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force