Skip to content

Commit

Permalink
Prune history of gh-pages branch
Browse files Browse the repository at this point in the history
This will prune the git history and allow easier navigation using git
log --graph et al
  • Loading branch information
ch1bo committed May 3, 2024
1 parent 7c7c01c commit d557e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -865,4 +865,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN || github.token }}
publish_dir: ./github-pages
publish_dir: ./github-pages
force_orphan: true

0 comments on commit d557e1b

Please sign in to comment.