build pls?
This commit is contained in:
parent
d6a82f71b9
commit
9d649b10cb
1 changed files with 8 additions and 13 deletions
|
@ -1,17 +1,12 @@
|
||||||
image: ruby:latest
|
default:
|
||||||
|
image: ruby:3.2
|
||||||
|
|
||||||
variables:
|
deploy-pages:
|
||||||
JEKYLL_ENV: production
|
script:
|
||||||
LC_ALL: C.UTF-8
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
|
|
||||||
pages:
|
|
||||||
stage: deploy
|
|
||||||
script:
|
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
|
pages: true # specifies that this is a Pages job
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
Loading…
Add table
Reference in a new issue