Skip to content

Commit d557e1b

Browse files
committed
Prune history of gh-pages branch
This will prune the git history and allow easier navigation using git log --graph et al
1 parent 7c7c01c commit d557e1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,4 +865,5 @@ jobs:
865865
uses: peaceiris/actions-gh-pages@v3
866866
with:
867867
github_token: ${{ secrets.GITHUB_TOKEN || github.token }}
868-
publish_dir: ./github-pages
868+
publish_dir: ./github-pages
869+
force_orphan: true

0 commit comments

Comments
 (0)