auto-doc on docs push
This commit is contained in:
parent
ea360c90f7
commit
0bdd5f2783
1 changed files with 6 additions and 2 deletions
8
.github/workflows/docs.yml
vendored
8
.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
|
||||
|
|
@ -59,4 +63,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue