Skip to content

Commit

Permalink
chore: run docs validation on all prs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cjellick committed Jun 20, 2024
1 parent f5a4069 commit 648cbe2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/validate-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Validate docs build
on:
push:
paths:
- docs/**
branches:
- main
pull_request:
paths:
- docs/**
branches:
- main

Expand All @@ -23,4 +19,4 @@ jobs:
cache: false
go-version: "1.22"
- run: make init-docs
- run: make validate-docs
- run: make validate-docs

0 comments on commit 648cbe2

Please sign in to comment.