Update .gitlab-ci.yml file

This commit is contained in:
Selim Gozel 2025-04-28 01:29:30 +00:00
parent 52be6cd5f8
commit f907ff2574

View File

@ -5,7 +5,7 @@ pages:
stage: deploy
script:
- mkdir -p public
- cp * public/
- cp -r * public/
artifacts:
paths:
- public