Skip to content

Commit

Permalink
chore: update python setup for docs flow
Browse files Browse the repository at this point in the history
  • Loading branch information
wout committed Jan 16, 2024
1 parent 102e697 commit 6b92c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
name: "Generate docs"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: docs
fetch-depth: 0 # fetch all commits/branches
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.10
- uses: actions/cache@v3
name: "Cache Python dependencies (mkdocs-material and mike)"
with:
Expand Down

0 comments on commit 6b92c47

Please sign in to comment.