Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
with:
go-version: "~1.22"

- name: Generate docs
run: make docs
- name: Generate env vars docs
run: make docs/env-variables.md

- name: Check for unstaged files
run: git diff --exit-code
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ update-golden-files: .gen-golden
go test ./options -update
@touch "$@"

docs: options/options.go options/options_test.go
docs/env-variables.md: options/options.go options/options_test.go
go run ./scripts/docsgen/main.go

.PHONY: test
Expand Down
Loading