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

Update .gitlab-ci.yml file

parent a7c754f1
No related branches found
No related tags found
1 merge request!3Main
Pipeline #244935 passed
...@@ -18,9 +18,9 @@ before_script: ...@@ -18,9 +18,9 @@ before_script:
build-page: build-page:
stage: build stage: build
script: script:
- JEKYLL_ENV=production bundle exec jekyll build --destination public - JEKYLL_ENV=production bundle exec jekyll build --config _config.yml --destination public
- echo "Listing contents of public directory:" - echo "Listing contents of public directory:"
- ls -R public - ls -laR public
artifacts: artifacts:
paths: paths:
- public - public
......
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