Update .gitlab-ci.yml

This commit is contained in:
yude 2020-09-06 14:22:08 +09:00
parent 161255c0c4
commit 02c99c912f
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435

View File

@ -3,8 +3,7 @@ image: alpine:latest
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir public - echo "Nothing to do here."
- cp -r ./ public/
artifacts: artifacts:
paths: paths:
- public - public