Update .gitlab-ci.yml file

This commit is contained in:
Selim Gozel 2025-04-28 01:36:20 +00:00
parent dd8eadffd8
commit 38ff4bac90

View File

@ -5,7 +5,7 @@ pages:
stage: deploy stage: deploy
script: script:
- mkdir public - mkdir public
- mv -a -r *.html CNAME README.md *.ico media meta wad public - cp -r *.html CNAME README.md *.ico media meta wad public
artifacts: artifacts:
paths: paths:
- WiiMart-github-io - WiiMart-github-io