autobuild docs site when main changes
This commit is contained in:
parent
2845533271
commit
f79bc858b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -4,7 +4,7 @@ name: Build Docs and Deploy to Pages
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: ["docs"]
|
branches: ["main"]
|
||||||
|
|
||||||
# later: auto-build on version tags
|
# later: auto-build on version tags
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue