aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-07-24 05:06:03 +0000
committerKumar Damani <me@kumardamani.net>2026-07-24 05:06:03 +0000
commitfbf58493f399d49f8cd902d11ebbceca071f3573 (patch)
tree415853cbf52bbda7060ec808e7a0f3ad01bc0465
parent50d3dc7d48206497ecb0ae401b1125a133dddee0 (diff)
expand ci changes def
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96254ff..63c6d3d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,11 @@ render:
rules:
- if: $CI_COMMIT_BRANCH == "main"
changes:
+ # anything that is an input to the site build
- "**/*.typ"
+ - "global/**/*"
+ - "post/**/*"
+ - build.sh
script:
- >
printf '{ "date": "%s", "link": "%s" }\n'
@@ -25,7 +29,11 @@ deploy:
rules:
- if: $CI_COMMIT_BRANCH == "main"
changes:
+ # anything that is an input to the site build
- "**/*.typ"
+ - "global/**/*"
+ - "post/**/*"
+ - build.sh
needs:
- render
script: