Skip to content

Commit

Permalink
fix: fix path for documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Aug 31, 2024
1 parent d223960 commit 8d60f57
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 8d60f57

Please sign in to comment.