1
0
Fork 0
forked from ilot/ilot-io

gitlab-ci: create target dir

This commit is contained in:
Antoine Martin 2024-06-30 22:44:55 -04:00
parent d5678acaf6
commit 4dcde87ab4
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -26,6 +26,7 @@ pages:
fi fi
- rm -rf public/$CURRENT_CONTENT_PATH || true # remove last version of current branch - rm -rf public/$CURRENT_CONTENT_PATH || true # remove last version of current branch
script: script:
- mkdir -p public/$CURRENT_CONTENT_PATH
- cp -R src/* public/$CURRENT_CONTENT_PATH/. - cp -R src/* public/$CURRENT_CONTENT_PATH/.
- cd public/$EPHEMERAL_BRANCHES_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 - tree -d -H '.' -L 1 --noreport --charset utf-8 -T "Versions" -o index.html # generate a root HTML listing all previews for easier access