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
1 changed files with 1 additions and 2 deletions

View File

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