From cc37ffefaf0341fc3f7098457b818c1a616bde72 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sun, 8 Jun 2025 12:16:53 -0600 Subject: [PATCH] Revert "work through the bugs" This reverts commit 2d9d5da3881264535b20b191c843367ebb2781e6. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44c78ff..5dea990 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 - - git subtree add --prefix=content/ brain/ master + - git clone --depth 1 git@gitlab.com:Anson-Projects/brain.git content + - git subtree add --prefix=content/ content/ master - hash -r - npm ci --cache .npm --prefer-offline script: