Another CI attempt

merge-requests/1/head
Matthew Ess 2018-07-23 23:30:37 -04:00
parent 8a4c64b43d
commit 639610442e
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ cache:
pages:
script:
- yarn generate public
- yarn generate
- mkdir public
- mv dist/* public/
artifacts:
paths:
- public