bundle install
Some checks failed
/ web (push) Has been cancelled

This commit is contained in:
Ell 2024-01-13 20:27:13 +01:00
parent c38c88ce80
commit 40eb0e673f

View file

@ -15,7 +15,7 @@ jobs:
with:
ruby-version: 3.2.2
- name: Build
run: cd main && bundle exec jekyll build
run: cd main && bundle && bundle exec jekyll build
- name: Deploy
run: |