Skip to content

Commit

Permalink
use native mkdocs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk committed Nov 10, 2022
1 parent 16182df commit 62ab273
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ jobs:
steps:
- name: Checkout master
uses: actions/checkout@v3

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: .github/workflows/requirements-docs.txt
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: pip install mkdocs mkdocs-material mkdocs-typer
- run: pip install .
- run: mkdocs gh-deploy --force
# - name: Deploy docs
# uses: mhausenblas/mkdocs-deploy-gh-pages@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# REQUIREMENTS: .github/workflows/requirements-docs.txt

0 comments on commit 62ab273

Please sign in to comment.