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 718763d commit fc314b1Copy full SHA for fc314b1
.github/workflows/publish-docs.yml
@@ -2,6 +2,7 @@
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"]
8
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments