Skip to content

Commit

Permalink
Try allow unrelated histories
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed Feb 20, 2024
1 parent e9b1e5e commit 2db8f60
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 @@ -42,7 +42,7 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git fetch --all --prune
git pull origin gh-pages
git pull origin gh-pages --allow-unrelated-histories
make env
Expand Down

0 comments on commit 2db8f60

Please sign in to comment.