sudo
This commit is contained in:
parent
226264f124
commit
e1cb9b5e0f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue