Update .gitlab-ci.yml

This commit is contained in:
2020-09-06 14:22:08 +09:00
parent 161255c0c4
commit 02c99c912f

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