Skip to content

Commit 353070b

Browse files
authored
Update path pattern for mkdocs configuration
1 parent 664572d commit 353070b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# Only rebuild website when docs have changed
99
- 'README.md'
1010
- 'docs/**'
11-
- 'mkdocs.yml'
11+
- 'mkdocs.y*ml'
1212
- .github/**
1313

1414
jobs:
@@ -26,4 +26,4 @@ jobs:
2626
- run: sudo apt update && sudo apt install -y graphviz wget
2727
- run: docker pull ghcr.io/eoap/mastering-app-package/stage:1.0.0
2828
- run: docker pull ghcr.io/eoap/application-package-patterns/runner:0.2.0
29-
- run: mkdocs gh-deploy --force
29+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)