mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-06 20:43:59 -05:00
Generate docs through make
This commit is contained in:
@@ -19,8 +19,11 @@ jobs:
|
||||
with:
|
||||
go-version: 1.19
|
||||
|
||||
- name: Install make
|
||||
run: sudo apt update && sudo apt install build-essential
|
||||
|
||||
- name: Generate CONFIG.md
|
||||
run: go run extras/generate.go
|
||||
run: make docs
|
||||
|
||||
- name: Commit CONFIG.md
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
Reference in New Issue
Block a user