Skip to content

Commit 9e7ba0e

Browse files
Change deployment branch for GitHub Pages
1 parent 782de51 commit 9e7ba0e

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
@@ -45,7 +45,7 @@ jobs:
4545
action: auto
4646

4747
- name: Deploy to GitHub Pages 🚀
48-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
48+
if: github.event_name == 'push' && github.ref == 'refs/heads/ci/docs-preview-workflow'
4949
uses: JamesIves/github-pages-deploy-action@4.1.4
5050
with:
5151
branch: gh-pages

0 commit comments

Comments
 (0)