Skip to content

Commit 4a1b70c

Browse files
author
vp
committed
feat(workflow): update GitHub Pages workflow to include additional paths for triggering builds
1 parent a34fb8a commit 4a1b70c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'mkdocs.yml'
9+
- 'docs/site/**'
10+
- 'docs/INDEX.md'
11+
- 'docs/introduction-ddd-guide.md'
12+
- 'docs/common-*.md'
13+
- 'docs/features-*.md'
14+
- 'docs/testing-*.md'
15+
- '.github/workflows/pages.yml'
716
workflow_dispatch:
817

918
permissions:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: bITdevKit
2-
site_description: Empowering developers with modular components for modern application development, centered around Domain-Driven Design principles.
2+
site_description: Empowering developers with modular components for modern application development, centered around Domain-Driven Design principles
33
site_url: https://bridgingit-gmbh.github.io/bITdevKit/
44
repo_url: https://github.com/bridgingIT/bITdevKit
55
repo_name: bridgingIT/bITdevKit

0 commit comments

Comments
 (0)