Skip to content

Commit

Permalink
Don't pull GH branch when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed Feb 20, 2024
1 parent 5138c9b commit e9b1e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
git config --global --add safe.directory "$PWD"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git pull origin gh-pages
git fetch --all --prune
git pull origin gh-pages
make env
Expand Down

0 comments on commit e9b1e5e

Please sign in to comment.