From 83855a34e577793e845ab557a54a3659de8c43f3 Mon Sep 17 00:00:00 2001 From: octt <6083316-octospacc@users.noreply.gitlab.com> Date: Sat, 25 Feb 2023 23:11:59 +0000 Subject: [PATCH] [Manual] Fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d605b05..2f00e97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ before_script: | apk update apk add wget npm python3 py3-pip npm install -g tiddlywiki - sudo pip3 install beautifulsoup4 + pip3 install beautifulsoup4 pages: stage: deploy