Skip to content

Commit

Permalink
Do not keep deploy history of gh-pages (#253)
Browse files Browse the repository at this point in the history
The git history of deployed builds is not really helpful and leads to a
long wielded git history. Using force_orphan does only push a single
commit on the 'gh-pages' branch based directly on top of the last
published source commit.
  • Loading branch information
ch1bo authored Dec 1, 2023
1 parent 03f8b4b commit 4dffd67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
publish_dir: ./build
user_name: 'Arnaud Bailly'
user_email: arnaud.bailly@iohk.io
force_orphan: true

0 comments on commit 4dffd67

Please sign in to comment.