Update .gitlab-ci.yml

This commit is contained in:
Miloslav Číž 2020-07-18 22:09:47 +00:00
parent fbd9253310
commit 6e277547c4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pages:
stage: deploy
script:
- mkdir .public
- cp index.html .public
- cp -r * .public
- mv .public public
artifacts:
paths: