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 b857dd4 commit 637b12eCopy full SHA for 637b12e
.github/workflows/main.yml
@@ -27,5 +27,5 @@ jobs:
27
- run: mdbook build # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
28
- uses: JamesIves/[email protected]
29
with:
30
- branch: gh-pages # The branch the action should deploy to.
31
- folder: book # The folder the action should deploy.
+ branch: main # The branch the action should deploy to.
+ folder: book # The folder the action should deploy.
0 commit comments