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.

This commit is contained in:
Thoscellen 2021-08-09 17:58:14 +02:00
parent d8da2a8010
commit 52b1983d1d
7 changed files with 6 additions and 1 deletions

View File

@ -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: pages:
stage: deploy stage: deploy
script: script:
- echo "hi" - mv assets public/assets
- mv main.css public/main.css
- mv lightbox-demo.html public/index.html
artifacts: artifacts:
paths: paths:
- public - public

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 176 KiB

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB