Skip to content

Commit

Permalink
Update documetation-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
northpowered authored Sep 7, 2022
1 parent 6391cd6 commit 70a0be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documetation-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force

0 comments on commit 70a0be0

Please sign in to comment.