build pls?

This commit is contained in:
onomanapeia 2024-12-15 21:53:52 -06:00
parent d6a82f71b9
commit 9d649b10cb

View file

@ -1,17 +1,12 @@
image: ruby:latest
default:
image: ruby:3.2
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
before_script:
- gem install bundler
- bundle install
pages:
stage: deploy
deploy-pages:
script:
- bundle exec jekyll build -d public
- gem install bundler
- bundle install
- bundle exec jekyll build -d public
pages: true # specifies that this is a Pages job
artifacts:
paths:
- public
- public