parent
0c3659055a
commit
fe2377b0b4
1 changed files with 1 additions and 3 deletions
|
@ -2,14 +2,12 @@ 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 run build
|
||||
- popd
|
||||
- cd /woodpecker/src/git.mzhang.io/michael/blog
|
||||
- pnpm install
|
||||
- pnpm link /tmp/astro/packages/astro
|
||||
- pnpm link /tmp/astro/packages/markdown/remark
|
||||
|
|
Loading…
Reference in a new issue