Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Merged Jacek Lebioda requested to merge 9-update-the-theme-automatically into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@ build the website:
stage: build
before_script:
- gem install bundler -v2.0.2
- bundle install && bundle update
- bundle install && bundle update jekyll-theme-lcsb-default && bundle update jekyll-theme-lcsb-frozen-components
script:
- 'echo "baseurl: /$CI_PROJECT_NAME" >> _config_ci.yml'
- 'echo "url: https://$CI_PROJECT_NAMESPACE.$CI_PAGES_DOMAIN" >> _config_ci.yml'
Loading