by steve0greatness, Monday, 6 May 2024, 03:24:06 (1714965846), pushed by steve0greatness, Monday, 6 May 2024, 03:46:51 (1714967211)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
ef9694366f370e808aee7b394798e60421695dc1
.gitlab-ci.yml
@@ -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