From 358b1e5360ea70ca9555471ce2c6f74c9d34c916 Mon Sep 17 00:00:00 2001 From: Steve0Greatness Date: Sun, 5 May 2024 20:25:16 -0700 Subject: [PATCH] Reverse order of steps --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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