diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-07-24 05:06:03 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-07-24 05:06:03 +0000 |
| commit | fbf58493f399d49f8cd902d11ebbceca071f3573 (patch) | |
| tree | 415853cbf52bbda7060ec808e7a0f3ad01bc0465 /.gitlab-ci.yml | |
| parent | 50d3dc7d48206497ecb0ae401b1125a133dddee0 (diff) | |
expand ci changes def
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
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: |
