We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc314b1 commit b199c85Copy full SHA for b199c85
.github/workflows/publish-docs.yml
@@ -1,10 +1,8 @@
1
-# Name your workflow.
2
name: Generate docs and deploy to GitHub Pages
3
on:
4
# Runs on pushes targeting the default branch
5
- # TODO: Change this to the branch you want to deploy from
6
push:
7
- branches: ["docs-gen-with-docc"]
+ branches: ["main"]
8
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
9
permissions:
10
contents: read
0 commit comments