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:49:03 -06:00

11 lines
140 B
YAML

pages:
stage: deploy
script:
- mkdir public
- cp -r website/* public/
artifacts:
paths:
- public
only:
- main