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