Actually fixing the site path this time for the CI

This commit is contained in:
Matej Sima 2019-05-23 20:27:36 +02:00
parent 80ca440997
commit ccd32d34f8

View File

@ -9,7 +9,7 @@ pages:
- npm run build
- cd ..
- mkdir public
- mv website/build/* public
- mv website/build/ligo/* public
artifacts:
paths:
- public