Skip to content

Commit

Permalink
fix: resolve publishing bug (#587)
Browse files Browse the repository at this point in the history
There was a bug that would not run the publishing job if the file mkdocs.yml
was modified, this fixes that.

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull authored Nov 21, 2024
1 parent fac3138 commit bdc9fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
paths:
- mkdocs.yml
- "docs/**"
- ".github/workflows/mkdocs.yml"
pull_request:
paths:
- mkdocs.yml
- "docs/**"
- ".github/workflows/mkdocs.yml"
workflow_dispatch:
Expand Down

0 comments on commit bdc9fae

Please sign in to comment.