Skip to content

Commit ddd5c14

Browse files
committed
Limit Pelican Build to Content Path
1 parent 6047a50 commit ddd5c14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-pelican.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
# When creating a new site branch, please ensure that the push and checkout branches agree
66
# and that the action/pelican destination value is updated accordingly
77
branches: [ 'main' ]
8+
paths:
9+
- 'content/**'
10+
- 'pelicanconf.py'
11+
- '.asf.yaml'
12+
- 'requirements.txt'
813
workflow_dispatch:
914
jobs:
1015
build-pelican:

0 commit comments

Comments
 (0)