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

View File

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