From 63e447ee625b9f6b658906541a5e3bcdde70c271 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 6 Jun 2025 18:11:01 -0600 Subject: [PATCH] simplify ci --- .gitlab-ci.yml | 24 ++++-------------------- content | 2 +- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a62713..6afdf61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,19 +1,15 @@ -stages: - - build - - deploy - variables: GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_FORCE_HTTPS: "true" image: node:22 -cache: # Cache modules in between jobs +cache: # Cache modules in between jobs key: $CI_COMMIT_REF_SLUG paths: - .npm/ - -build: - stage: build + +pages: + stage: deploy rules: - if: '$CI_COMMIT_REF_NAME == "v4"' before_script: @@ -24,18 +20,6 @@ build: - npm ci --cache .npm --prefer-offline script: - npx quartz build - artifacts: - paths: - - public - # I don't think I need this with my own runners - # tags: - # - gitlab-org-docker - -pages: - stage: deploy - rules: - - if: '$CI_COMMIT_REF_NAME == "v4"' - script: - echo "Deploying to GitLab Pages..." artifacts: paths: diff --git a/content b/content index e1aba94..b911618 160000 --- a/content +++ b/content @@ -1 +1 @@ -Subproject commit e1aba949a626956953e11a9f1c8359a585de3359 +Subproject commit b911618701a0f3f0f9af90da56dc82fe5fdc1f76