We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e0f00 commit 22ec591Copy full SHA for 22ec591
.github/workflows/mdbook.yml
@@ -7,7 +7,7 @@ name: Deploy mdBook site to Pages
7
on:
8
# Runs on pushes targeting the default branch
9
push:
10
- branches: ["dist"] # You can change the branch here. Make sure your pages setup is
+ branches: ["main"] # You can change the branch here. Make sure your pages setup is
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments