Skip to content

Commit 62e6c9b

Browse files
cjellicknjhale
andcommitted
chore: run docs validation on all prs
The docs validation was restricted to prs with the docs directory was changed, but this misses the primary usecase where the cli help was updated without the corresponding docs page being updated. Signed-off-by: Craig Jellick <[email protected]> Update docs/docs/09-faqs.md Co-authored-by: Nick Hale <[email protected]> Signed-off-by: Craig Jellick <[email protected]>
1 parent f5a4069 commit 62e6c9b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/validate-docs.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Validate docs build
22
on:
33
push:
4-
paths:
5-
- docs/**
64
branches:
75
- main
86
pull_request:
9-
paths:
10-
- docs/**
117
branches:
128
- main
139

@@ -23,4 +19,4 @@ jobs:
2319
cache: false
2420
go-version: "1.22"
2521
- run: make init-docs
26-
- run: make validate-docs
22+
- run: make validate-docs

docs/docs/09-faqs.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FAQs
22

33
### I don't have Homebrew, how can I install GPTScript?
4+
45
On MacOS and Linux, you can alternatively install via: `curl https://get.gptscript.ai/install.sh | sh`
56

67
On all supported systems, you download and install the archive for your platform and architecture from the [releases page](https://github.com/gptscript-ai/gptscript/releases).

0 commit comments

Comments
 (0)