1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-06-16 01:46:39 +00:00
2chainz/.gitlab-ci.yml
2025-05-22 23:18:07 -06:00

14 lines
305 B
YAML

# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mkdir public
- cp -r cp -r website/* public/
- mv .public public
artifacts:
paths:
- public
only:
- main