Skip to content

Commit

Permalink
path dependency for doc building was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed Jan 3, 2025
1 parent c5f42d0 commit ffef5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
paths:
- 'docs/**'
- '.github/workflows/docs_pages.yml'
- '.github/workflows/build_docs.yml'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main, docfix ]
paths:
- 'docs/**'
- '.github/workflows/docs_pages.yml'
- '.github/workflows/deploy_docs.yml'

jobs:

Expand Down

0 comments on commit ffef5d9

Please sign in to comment.