Update .gitlab-ci.yml

This commit is contained in:
yude 2020-09-06 14:06:33 +09:00
parent 04d50b8d5c
commit 041e9cb95c
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
1 changed files with 3 additions and 2 deletions

View File

@ -3,9 +3,10 @@ image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
- mkdir public
- cp -r ./ public/
artifacts:
paths:
- ./
- public
only:
- master