ci: add action to gen and push docs

windows-fixes
TorchedSammy 2022-02-25 17:55:35 -04:00
parent d1b7515722
commit c5f5a83990
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 19 additions and 0 deletions

19
.github/workflows/docs.yml vendored 100644
View File

@ -0,0 +1,19 @@
name: Regenerate docs
on:
push:
branches: [master]
jobs:
reorganize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run docgen
uses: actions/setup-go@v2
run: go run cmd/docgen/docgen.go
- name: Commit new docs
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: [ci] regenerate new docs"
file_pattern: docs/ emmyLuaDocs/