Skip to content

Commit 63a383b

Browse files
BrunoQuaresmajohnstcnmatifali
authored
docs: improve readme (#357)
Co-authored-by: Cian Johnston <cian@coder.com> Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent aff347a commit 63a383b

13 files changed

+384
-401
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
with:
5858
go-version: "~1.22"
5959

60-
- name: Generate docs
61-
run: make docs
60+
- name: Generate env vars docs
61+
run: make docs/env-variables.md
6262

6363
- name: Check for unstaged files
6464
run: git diff --exit-code

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ update-golden-files: .gen-golden
3636
go test ./options -update
3737
@touch "$@"
3838

39-
docs: options/options.go options/options_test.go
39+
docs/env-variables.md: options/options.go options/options_test.go
4040
go run ./scripts/docsgen/main.go
4141

4242
.PHONY: test

0 commit comments

Comments
 (0)