Skip to content

Commit

Permalink
Reverse order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed May 6, 2024
1 parent ef96943 commit 358b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 358b1e5

Please sign in to comment.