auto-doc on docs push
This commit is contained in:
parent
ea360c90f7
commit
0bdd5f2783
1 changed files with 6 additions and 2 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
|
@ -1,7 +1,11 @@
|
|||
# build the docs and deploy to github-pages
|
||||
name: Build Docs and Deploy to Pages
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: ["docs"]
|
||||
|
||||
# later: auto-build on version tags
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue