Merge pull request #2 from jolo-dev/docs

Modify the github action
This commit is contained in:
JoLo 2020-11-22 19:06:33 +01:00 committed by GitHub
commit bcee8ebb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,9 @@ jobs:
steps:
- name: Checkout master
uses: actions/checkout@v2
- name: Install Mkdocs
run: |
python -m pip install --upgrade pip
pip install mkdocs
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python -m mkdocs gh-deploy