Skip to content

Commit

Permalink
Manually fetch and pull gh-pages branch (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent 29f72e6 commit 87e9c3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
git config --global user.name Docs deploy
git config --global user.email [email protected]
- name: Fetch gh-pages branch
run: |
git fetch
git checkout gh-pages
git pull
git checkout ${{ github.ref_name }}
- name: Publish 0.80 website and API reference
if: ${{ github.ref_name == '0.80' }}
run: |
Expand Down

0 comments on commit 87e9c3a

Please sign in to comment.