Skip to content

Commit

Permalink
skip run if both docs (user facing and dev docs) skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hariti committed Jul 23, 2024
1 parent 7cb2293 commit 11edb64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-404s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:

# build docs index
- run: bun ./scripts/lint-404s/main.ts
if: steps.filter.outputs.docs == 'true' || steps.filter.outputs.dev-docs == 'true'

0 comments on commit 11edb64

Please sign in to comment.