Skip to content

Commit 8367322

Browse files
committed
fix: deploy previews to gh-pages branch
1 parent f2522ca commit 8367322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Deploy PR Preview
102102
uses: JamesIves/github-pages-deploy-action@v4
103103
with:
104-
branch: gh-pages-pr-previews
104+
branch: gh-pages
105105
folder: build
106106
target-folder: pr-${{ inputs.pr_number }}
107107
clean: true

0 commit comments

Comments
 (0)