Skip to content

Commit 82db469

Browse files
committed
Fix typo in deploy
1 parent 5625f28 commit 82db469

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
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm run build
1919
- name: Deploy
2020
uses: peaceiris/actions-gh-pages@v3
21-
if: ${{ github.ref == 'refs/heads/master' }}
21+
if: ${{ github.ref == 'refs/heads/main' }}
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
publish_dir: ./dist

0 commit comments

Comments
 (0)