ci: ♻️ Moved out main code (css, assets and html) to the home repo to make it more accessible. Edited the pipeline to move them in public for Pages.
@ -1,8 +1,13 @@
|
||||
# Move / rename the content files into the 'public' folder for GitLab Pages
|
||||
# Artifacts contents of 'public' for Pages
|
||||
# Deploy pages publicly in GitLab
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "hi"
|
||||
- mv assets public/assets
|
||||
- mv main.css public/main.css
|
||||
- mv lightbox-demo.html public/index.html
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |