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: pages:
stage: deploy stage: deploy
script: script:
- mkdir .public - echo "The site will be deployed to $CI_PAGES_URL"
- cp -r ./* .public
- rm -rf public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public