one more try!

This commit is contained in:
Vince Pike 2022-03-10 16:57:42 -05:00 committed by GitHub
parent eba0577b3e
commit 23d36359ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@ jobs:
name: building documentation and deploying it on gh-pages branch
runs-on: ubuntu-latest
steps:
- name: clean the directory
run: rm -rfv *
- name: pull the code
uses: actions/checkout@v3
with:
@ -19,4 +17,4 @@ jobs:
- name: install dependencies
run: pip install -r requirements.txt
- name: build and deploy
run: mkdocs gh-deploy -f docs/en/mkdocs.yml
run: mkdocs gh-deploy -f docs/en/mkdocs.yml --clean