mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
14 lines
157 B
YAML
14 lines
157 B
YAML
pages:
|
|
|
|
tags:
|
|
- shell
|
|
stage: deploy
|
|
script:
|
|
- mkdir -p public
|
|
- cp -r * public/
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- main
|