Skip to content

Commit 68795fa

Browse files
committed
build: force_orphan for deploying site
Signed-off-by: tison <[email protected]>
1 parent 896567a commit 68795fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
publish_dir: website/build
43+
publish_branch: gh-pages
44+
# This allows us to make our publish branch with only the latest commit.
45+
force_orphan: true

0 commit comments

Comments
 (0)