Skip to content

Commit

Permalink
fix: update to latest actions (checkout and setup-python), cache pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Dec 17, 2023
1 parent 07031b5 commit a4b210d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,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
cache: 'pip'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit a4b210d

Please sign in to comment.