Skip to content

Commit

Permalink
fetch gh-actions branch before building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmess1221 committed Nov 2, 2024
1 parent af4ee21 commit 0ad0543
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
- name: Fetch gh-actions branch
run: |
git fetch origin gh-pages --depth=1
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit 0ad0543

Please sign in to comment.