Skip to content

Commit

Permalink
Merge pull request #1218 from kapicorp/fix-documentation-workflow
Browse files Browse the repository at this point in the history
fix: fix path for documentation workflow
  • Loading branch information
ademariag committed Aug 31, 2024
2 parents d223960 + 8d60f57 commit 427dc52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
paths:
- 'docs/**'
- '.github/worklows/documentation.yml'
- '.github/workflows/documentation.yml'
- 'requirements.docs.txt'
- 'Dockerfile.docs'
- 'mkdocs.yml'
Expand All @@ -20,7 +20,7 @@ on:
- master
paths:
- 'docs/**'
- '.github/worklows/documentation.yml'
- '.github/workflows/documentation.yml'
- 'requirements.docs.txt'
- 'Dockerfile.docs'
- 'mkdocs.yml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- test/*
paths-ignore:
- 'docs/**'
- '.github/worklows/documentation.yml'
- '.github/workflows/documentation.yml'
- 'requirements.docs.txt'
- 'mkdocs.yml'
- 'CNAME'
Expand All @@ -26,7 +26,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- '.github/worklows/documentation.yml'
- '.github/workflows/documentation.yml'
- 'requirements.docs.txt'
- 'mkdocs.yml'
- 'CNAME'
Expand Down

0 comments on commit 427dc52

Please sign in to comment.