We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423cf0f commit 758c295Copy full SHA for 758c295
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ name: Deploy website to GitHub Pages
4
on:
5
push:
6
branches:
7
- - master # or 'master' depending on your setup
+ - main # or 'master' depending on your setup
8
9
permissions:
10
contents: write # required to push to gh-pages branch
0 commit comments