Merge branch 'fix-pages-deployment' into 'main'

Update .gitlab-ci.yml

Closes #36

See merge request pages/plain-html!244
This commit is contained in:
Achilleas Pipinellis
2022-04-25 15:18:35 +00:00

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