This commit is contained in:
Michael Zhang 2024-04-02 08:55:31 -05:00
parent 226264f124
commit e1cb9b5e0f
1 changed files with 2 additions and 1 deletions

View File

@ -7,8 +7,9 @@ secrets:
sources:
- https://git.sr.ht/~mzhang/blog
tasks:
- install: |
sudo npm install -g pnpm
- build: |
npm install -g pnpm
cd blog
pnpm install
pnpm run build