Skip to content

Commit 8b34042

Browse files
authored
chore: fix docgen branch
1 parent 7277e6a commit 8b34042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy mdBook to GitHub Pages
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- staging
88
paths:
99
- 'docs/**'
@@ -46,4 +46,4 @@ jobs:
4646
uses: peaceiris/actions-gh-pages@v3
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
49-
publish_dir: docs/book
49+
publish_dir: docs/book

0 commit comments

Comments
 (0)