mirror of https://gitlab.com/drummyfish/anarch
Update .gitlab-ci.yml
parent
fbd9253310
commit
6e277547c4
|
@ -2,7 +2,7 @@ pages:
|
|||
stage: deploy
|
||||
script:
|
||||
- mkdir .public
|
||||
- cp index.html .public
|
||||
- cp -r * .public
|
||||
- mv .public public
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue