Merge branch 'attempt-to-fix-search' into 'dev'

Attempt to fix search.

See merge request ligolang/ligo!572
This commit is contained in:
Sander 2020-04-15 11:23:24 +00:00
commit 23912411e1
2 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,8 @@ dont-merge-to-master:
# move internal odoc documentation to the website folder
- mv ../../_build/default/_doc/_html/ build/odoc
after_script:
- cp -r gitlab-pages/website/build public
- cp -r gitlab-pages/website/build public
- cp -r gitlab-pages/website/sitemap.xml public/sitemap.xml
artifacts:
paths:
- public

File diff suppressed because one or more lines are too long