Another CI attempt
parent
8a4c64b43d
commit
639610442e
|
@ -9,7 +9,9 @@ cache:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- yarn generate public
|
- yarn generate
|
||||||
|
- mkdir public
|
||||||
|
- mv dist/* public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in New Issue