mirror of
https://gitlab.com/bonnebulle/plain-html-redo.git
synced 2025-12-06 01:59:32 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user