steve0greatness,
created on Monday, 6 May 2024, 03:24:06 (1714965846),
received on Monday, 6 May 2024, 03:46:51 (1714967211)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
ef9694366f370e808aee7b394798e60421695dc1
.gitlab-ci.yml
@@ -1,14 +1,12 @@
image: busybox:latestimage: python:latestpages: stage: deploy image: python:latestscript: - 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