From fbf58493f399d49f8cd902d11ebbceca071f3573 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 24 Jul 2026 01:06:03 -0400 Subject: expand ci changes def --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- cgit v1.2.3