Skip to content

Commit

Permalink
chore: dont run publish docs when there are only changes in docs dire…
Browse files Browse the repository at this point in the history
…ctory
  • Loading branch information
Bob van den Hoogen committed Nov 1, 2023
1 parent a21c120 commit 685e9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- alpha # change this to the branch we're actively working on, as Gitbook can only sync from a single branch
paths-ignore:
- "docs/**"

jobs:
publish_docs:
Expand Down

0 comments on commit 685e9b6

Please sign in to comment.