Skip to content
Snippets Groups Projects
Commit a53291d4 authored by Kwangjin Lee's avatar Kwangjin Lee
Browse files

Update .gitlab-ci.yml file

parent 8650507f
No related branches found
No related tags found
1 merge request!3Main
Pipeline #244930 passed
......@@ -19,9 +19,12 @@ build-page:
stage: build
script:
- JEKYLL_ENV=production bundle exec jekyll build --destination public
- echo "Listing contents of public directory:"
- ls -R public
artifacts:
paths:
- public
expire_in: 1 week
rules:
- if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH == "publish"
......@@ -65,4 +68,4 @@ deploy-production:
}'
environment:
name: production
url: https://mude.citg.tudelft.nl/2024/website
\ No newline at end of file
url: https://mude.citg.tudelft.nl/2024
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment