Skip to content

Commit

Permalink
Update generate-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 13, 2022
1 parent a89f91c commit d7d64a2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ jobs:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
with:
python-version: 3.9
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v3
with:
python-version: '3.9'
architecture: 'x64'
cache: 'pip'
- run: |
pip install mkdocs-material
mkdocs gh-deploy --force

0 comments on commit d7d64a2

Please sign in to comment.