Skip to content

Commit fe385f7

Browse files
authored
fix branch name
1 parent fed3e2b commit fe385f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

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

88
jobs:
99
build_docs:
@@ -15,4 +15,4 @@ jobs:
1515
- uses: peaceiris/actions-gh-pages@v3
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
18-
publish_dir: ./doxygen/html
18+
publish_dir: ./doxygen/html

0 commit comments

Comments
 (0)