Testing the set up for now
This commit is contained in:
parent
7e14d75459
commit
68555b4ac2
2 changed files with 7 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
||||||
# This file is a template, and might need editing before it works on your project.
|
# This file is a template, and might need editing before it works on your project.
|
||||||
# Full project: https://gitlab.com/pages/plain-html
|
# Full project: https://gitlab.com/pages/plain-html
|
||||||
|
|
||||||
image: busybox
|
image: ruby:3.2
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- echo "The site will be deployed to $CI_PAGES_URL"
|
- gem install bundler
|
||||||
|
- bundle install
|
||||||
|
- bundle exec jekyll build -d public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
3
public/Gemfile
Normal file
3
public/Gemfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
source "https://rubygems.org"
|
||||||
|
|
||||||
|
gem "jekyll"
|
Loading…
Add table
Reference in a new issue