aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7845d6f..fbeeb6c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,6 +45,7 @@ jobs:
- name: Run Eleventy Build
run: npm run build
- name: Run post-build
+ if: steps.filter.outputs.source == 'true'
run: npm run post-build
- name: Commit public changes
uses: actions-js/push@master