mirror of
https://gitlab.com/2-chainz/2chainz.git
synced 2025-06-16 01:46:39 +00:00
14 lines
305 B
YAML
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
|