Update website CI to include hidden files as well (e.g. .well-known for let's encrypt)
This commit is contained in:
parent
4916777de1
commit
3b8a13f156
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user