Skip to content

Commit b199c85

Browse files
committed
set doc gen branch to main
1 parent fc314b1 commit b199c85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Name your workflow.
21
name: Generate docs and deploy to GitHub Pages
32
on:
43
# Runs on pushes targeting the default branch
5-
# TODO: Change this to the branch you want to deploy from
64
push:
7-
branches: ["docs-gen-with-docc"]
5+
branches: ["main"]
86
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
97
permissions:
108
contents: read

0 commit comments

Comments
 (0)