Skip to content

Commit

Permalink
docs: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wout committed Aug 13, 2023
1 parent 9bada2a commit 073e030
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,11 +13,11 @@ jobs:
name: "Generate docs"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: docs
fetch-depth: 0 # fetch all commits/branches
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: main

Expand Down

0 comments on commit 073e030

Please sign in to comment.