1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-06-15 17:36: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
script:
- mkdir public
- cp -r cp -r website/* public/
- cp -r website/* public/
- mv .public public
artifacts:
paths: