forked from ilot/ilot-io
gitlab-ci: take into account preview location
This commit is contained in:
parent
778cffaa61
commit
e7ba2d7fd8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pages:
|
|||
fi
|
||||
- rm -rf public/$CURRENT_CONTENT_PATH || true # remove last version of current branch
|
||||
script:
|
||||
- cp -R src/* public/.
|
||||
- cp -R src/* ./public/$CURRENT_CONTENT_PATH/.
|
||||
- cd public/$EPHEMERAL_BRANCHES_PATH
|
||||
- tree -d -H '.' -L 1 --noreport --charset utf-8 -T "Versions" -o index.html # generate a root HTML listing all previews for easier access
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue