Skip to content

Commit 8334524

Browse files
authored
Update build_docs.yml (#423)
main branch is called master not main here
1 parent 434ac43 commit 8334524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build docs
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88

99
jobs:
@@ -41,4 +41,4 @@ jobs:
4141
if: ${{ github.ref == 'refs/heads/main' }}
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
publish_dir: ./docs
44+
publish_dir: ./docs

0 commit comments

Comments
 (0)