Skip to content

Commit f4c701c

Browse files
authored
Fixed deploy script (#28)
1 parent 94cb6fb commit f4c701c

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Deploy
3939
uses: peaceiris/actions-gh-pages@v3
40-
if: github.ref == 'refs/heads/master'
40+
if: github.ref == 'refs/heads/main'
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
publish_dir: ./docs/public

0 commit comments

Comments
 (0)