Skip to content

Commit b63a38c

Browse files
authored
Update gh-pages.yml
1 parent 3cc4e43 commit b63a38c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Deploy
2424
uses: peaceiris/actions-gh-pages@v3
25-
if: github.ref == 'refs/heads/main'
25+
if: github.ref == 'refs/heads/source'
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
publish_dir: ./public

0 commit comments

Comments
 (0)