Skip to content

Commit a9c1649

Browse files
committed
Changes made
1 parent 2428401 commit a9c1649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Deploy
2828
uses: peaceiris/actions-gh-pages@v3
29-
if: github.ref == 'refs/heads/main'
29+
if: github.ref == 'refs/heads/master'
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./public

0 commit comments

Comments
 (0)