From c220a63322bee0705ebfd2b8e3e931bb6b2c21c8 Mon Sep 17 00:00:00 2001 From: chaos Date: Tue, 9 May 2023 06:30:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91948a8..f46c82f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ pages: stage: deploy image: docker.io/library/alpine:edge script: - - apk add nodejs npm git + - apk add nodejs npm python3 git - npm install --save-dev - npx webpack - mv dist public