Skip to content
Snippets Groups Projects
Commit 39650323 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

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

Update .gitlab-ci.yml

Closes #36

See merge request pages/plain-html!244
parents ba685e04 b2e0bc0e
Branches main
No related tags found
No related merge requests found
Pipeline #1958 passed
...@@ -6,10 +6,7 @@ image: busybox ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment