From e1cb9b5e0f6a66f2ce3e1ed2feccf8db21b91d20 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Tue, 2 Apr 2024 08:55:31 -0500 Subject: [PATCH] sudo --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index d220fcd..47391d8 100644 --- a/.build.yml +++ b/.build.yml @@ -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