Update .gitlab-ci.yml

master
U~man 2020-07-18 08:14:20 +00:00
parent 861cedbde6
commit 334df9b980
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Full project: https://gitlab.com/pages/plain-html # Full project: https://gitlab.com/pages/plain-html
pages: pages:
stage: deploy stage: deploy
script:
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public