z
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Michael Zhang 2023-10-11 17:42:41 -05:00
parent 8670e8cf7b
commit 0c3659055a
1 changed files with 10 additions and 2 deletions

View File

@ -2,9 +2,17 @@ pipeline:
build:
image: git.mzhang.io/michael/blog-builder:2.6.4-x86_64
commands:
- pwd
- pushd
- cd /tmp
- git clone https://git.mzhang.io/michael/astro --depth 1
- cd astro
- pnpm install
- pnpm link --global astro
- pnpm link --global @astrojs/mdx
- pnpm run build
- popd
- pnpm install
- pnpm link /tmp/astro/packages/astro
- pnpm link /tmp/astro/packages/markdown/remark
- pnpm run build
deploy: