ci: run lua docgen

docs-refactor
sammyette 2022-12-14 22:25:49 -04:00
parent 559538c910
commit 1631f799b8
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
run: ./bin/task
- name: Run docgen
run: go run cmd/docgen/docgen.go
- name: Run lua docgen
run: ./hilbish cmd/docgen/docgen.lua
- name: Commit new docs
uses: stefanzweifel/git-auto-commit-action@v4
with: