Skip to content

Commit

Permalink
Fix docs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed May 6, 2024
1 parent 998dbb2 commit feea215
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,7 +41,7 @@ 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 pull origin gh-pages --allow-unrelated-histories
git fetch --all --prune
make env
Expand Down

0 comments on commit feea215

Please sign in to comment.