diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3de7aab..ffe8868 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ image: python:latest pages: stage: deploy script: - - python3 build.py gh-pages-deploy - python3 -m pip install -r requirements.txt + - python3 build.py gh-pages-deploy artifacts: paths: - build