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