Skip to content

Commit 63f33bd

Browse files
committed
fix: preview branch
Signed-off-by: Aritra Dey <[email protected]>
1 parent 84d2446 commit 63f33bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
concurrency: preview-${{ github.ref }}
1818

1919
env:
20-
PREVIEW_BRANCH: gh-pages-pr-previews
20+
PREVIEW_BRANCH: gh-pages
2121

2222
jobs:
2323
deploy-preview:
@@ -105,3 +105,4 @@ jobs:
105105
with:
106106
branch: gh-pages
107107
folder: site
108+
clean-exclude: pr-preview

0 commit comments

Comments
 (0)