We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee1c55 commit 13ab65aCopy full SHA for 13ab65a
.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ name: github pages
3
on:
4
push:
5
branches:
6
- - master # TODO: migrate to `main`, also below
+ - main
7
pull_request:
8
9
jobs:
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Deploy
28
uses: peaceiris/actions-gh-pages@v3
29
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_dir: ./public
0 commit comments