Skip to content

Commit

Permalink
Remove inflating refs in gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 15, 2023
1 parent f97846f commit a6ed241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ jobs:
git config --global user.email "[email protected]"
FIRST_COMMIT=$(git log --format='%H' | tail -1)
git reset --quiet --mixed $FIRST_COMMIT
git rm -rf refs
git add ${{ steps.branch.outputs.branch }}
git commit --quiet --amend --message="Update GitHub pages"
git push --force
Expand Down

0 comments on commit a6ed241

Please sign in to comment.