Update .gitlab-ci.yml

This commit is contained in:
Achilleas Pipinellis
2022-04-25 10:40:37 +00:00
parent ba685e04ff
commit b2e0bc0e64

View File

@@ -6,10 +6,7 @@ image: busybox
pages:
stage: deploy
script:
- mkdir .public
- cp -r ./* .public
- rm -rf public
- mv .public public
- echo "The site will be deployed to $CI_PAGES_URL"
artifacts:
paths:
- public