From 2d9d5da3881264535b20b191c843367ebb2781e6 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sun, 8 Jun 2025 12:04:59 -0600 Subject: [PATCH] work through the bugs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dea990..44c78ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ pages: - if: '$CI_COMMIT_REF_NAME == "v4"' before_script: - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:" - - git clone --depth 1 git@gitlab.com:Anson-Projects/brain.git content - - git subtree add --prefix=content/ content/ master + - git clone --depth 1 git@gitlab.com:Anson-Projects/brain.git + - git subtree add --prefix=content/ brain/ master - hash -r - npm ci --cache .npm --prefer-offline script: