From f50ec75e018db25caf44820c663e4e680ba3f828 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Thu, 12 Oct 2023 18:34:57 -0500 Subject: [PATCH] comment out all the other build stuff --- .woodpecker.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 23ae729..60a07bb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,16 +2,16 @@ pipeline: build: image: git.mzhang.io/michael/blog-builder:2.6.4-x86_64 commands: - - cd /tmp - - rm -rf astro - - git clone https://git.mzhang.io/michael/astro --depth 1 - - cd astro + # - cd /tmp + # - rm -rf astro + # - git clone https://git.mzhang.io/michael/astro --depth 1 + # - cd astro + # - pnpm install + # - pnpm run build + # - cd /woodpecker/src/git.mzhang.io/michael/blog - pnpm install - - pnpm run build - - cd /woodpecker/src/git.mzhang.io/michael/blog - - pnpm install - - pnpm link /tmp/astro/packages/astro - - pnpm link /tmp/astro/packages/markdown/remark + # - pnpm link /tmp/astro/packages/astro + # - pnpm link /tmp/astro/packages/markdown/remark - pnpm run build deploy: