Update website CI to include hidden files as well (e.g. .well-known for let's encrypt)

This commit is contained in:
Matej Sima 2019-05-25 18:03:45 +02:00
parent 4916777de1
commit 3b8a13f156

View File

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