We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2106b43 commit 4a4a970Copy full SHA for 4a4a970
1 file changed
.github/workflows/deploy-pages.yaml
@@ -2,7 +2,7 @@ name: Run mdbook and deply to github pages
2
on:
3
# Runs on pushes targeting the default branch
4
push:
5
- branches: ["master"]
+ branches: ["main"]
6
# Allows you to run this workflow manually from the Actions tab
7
workflow_dispatch:
8
0 commit comments