Use external workflow for doc maintainance.
This commit is contained in:
13
.github/workflows/docs.yaml
vendored
Normal file
13
.github/workflows/docs.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Docs
|
||||
"on":
|
||||
push:
|
||||
# Only targets main branch to avoid amplification effects of auto-fixing
|
||||
# the exact same stuff in multiple non-rebased branches.
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
||||
docs:
|
||||
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v1.0.0
|
||||
Reference in New Issue
Block a user