Update .gitlab-ci.yml file

This commit is contained in:
Selim Gozel 2025-04-28 01:31:32 +00:00
parent f907ff2574
commit 5d37eb0628

View File

@ -4,10 +4,10 @@ pages:
- shell - shell
stage: deploy stage: deploy
script: script:
- mkdir -p public - echo hmm
- cp -r * public/
artifacts: artifacts:
paths: paths:
- public - WiiMart-github-io
only: only:
- main - main