Skip to content

Commit

Permalink
Fix actions errors and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Aug 15, 2024
1 parent c8e6535 commit 1a7b4a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs[python]
- run: pip install mkdocs[python] mkdocstrings
- run: mkdocs gh-deploy --force --clean --verbose

0 comments on commit 1a7b4a3

Please sign in to comment.