Skip to content

Commit 402bf48

Browse files
Merge pull request #121 from jonathanhefner/deploy-docs-no-force-push
Preserve existing files on `gh-pages` during docs deploy
2 parents 2472239 + 555a4b4 commit 402bf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: ./docs
2727
publish_branch: gh-pages
28-
force_orphan: true
28+
keep_files: true

0 commit comments

Comments
 (0)