Skip to content

Commit

Permalink
Update gh-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl authored Apr 15, 2024
1 parent ea28194 commit 8d7754d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
- run: pip install -r requirements-docs.txt
- run: python update_docs.py
- run: mkdocs gh-deploy --force

0 comments on commit 8d7754d

Please sign in to comment.