Skip to content

Commit 637b12e

Browse files
authored
Update main.yml
1 parent b857dd4 commit 637b12e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- run: mdbook build # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
2828
- uses: JamesIves/[email protected]
2929
with:
30-
branch: gh-pages # The branch the action should deploy to.
31-
folder: book # The folder the action should deploy.
30+
branch: main # The branch the action should deploy to.
31+
folder: book # The folder the action should deploy.

0 commit comments

Comments
 (0)