a
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Michael Zhang 2023-10-11 17:40:21 -05:00
parent 3e07267470
commit 8670e8cf7b
1 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,9 @@ pipeline:
build:
image: git.mzhang.io/michael/blog-builder:2.6.4-x86_64
commands:
- (cd /tmp/astro; pnpm install)
- pnpm install
- pnpm link /tmp/astro/packages/astro
- pnpm link /tmp/astro/packages/markdown/remark
- pnpm link --global astro
- pnpm link --global @astrojs/mdx
- pnpm run build
deploy: