Skip to content

Commit

Permalink
Use Python Image
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed May 6, 2024
1 parent 94fa36a commit ef96943
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
image: busybox:latest
image: python:latest

pages:
stage: deploy
image: python:latest
script:
- echo "The site will be deployed to $CI_PAGES_URL"
- python3 build.py gh-pages-deploy
- python3 -m pip install -r requirements.txt
artifacts:
paths:
- build
only:
- pages
- main

0 comments on commit ef96943

Please sign in to comment.