From 142a7e53c73015ebc56b9c386d5c11a8cc2c10fe Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sun, 24 Dec 2023 00:03:00 +0800 Subject: [PATCH] chore(gitlab-ci): quick CI config fix Signed-off-by: Andrei Jiroh Halili --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51b0df9..65889b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ default: - amd64 # currently, we only the image in amd64 right now. # Functions that should be executed before the build script is run before_script: - - pip3 install -r requirements.txt --upgrade + - pipenv install --ignore-pipfile --deploy #- npm ci - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash @@ -28,7 +28,7 @@ pages: stage: build script: - mkdocs build -d public - - cp docs/_redirects public/ + - cp markdown/_redirects public/ artifacts: paths: # The folder that contains the files to be exposed at the Page URL -- 2.51.2