1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-06-16 01:46:39 +00:00
This commit is contained in:
Anson 2025-05-22 23:19:31 -06:00
parent 266c0a17a8
commit 8df692d871

View File

@ -2,7 +2,7 @@ pages:
stage: deploy stage: deploy
script: script:
- mkdir public - mkdir public
- cp -r cp -r website/* public/ - cp -r website/* public/
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths: