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 719f434 commit 9693c51
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,9 +7,9 @@ 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: mkdocs gh-deploy --force

0 comments on commit 9693c51

Please sign in to comment.