Skip to content

Commit

Permalink
Exclude dockerfile from build
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Sep 16, 2023
1 parent 7295a7e commit 2cc351d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
paths:
- 'docs/**'
- 'requirements.docs.txt'
- 'Dockerfile.docs'
- 'mkdocs.yml'
- 'CNAME'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- 'requirements.docs.txt'
- 'mkdocs.yml'
- 'CNAME'
- 'Dockerfile.docs'

release:
types: [created]
Expand All @@ -27,6 +28,7 @@ on:
- 'requirements.docs.txt'
- 'mkdocs.yml'
- 'CNAME'
- 'Dockerfile.docs'

jobs:
lint:
Expand Down

0 comments on commit 2cc351d

Please sign in to comment.