Continue web

This commit is contained in:
Miloslav Číž 2020-07-19 00:06:49 +02:00
parent f7df9036e3
commit fbd9253310
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
pages:
stage: deploy
script:
- cp index.html public
- mkdir .public
- cp index.html .public
- mv .public public
artifacts:
paths:
- public