ttrpg-compendium/.forgejo/workflows/publish.yaml
Bill Niblock ec1c845a7b
Some checks failed
/ jekyll (push) Failing after 4s
[Actions] Struggle with package versions
2024-02-26 22:02:26 -05:00

12 lines
374 B
YAML

on: [push]
jobs:
jekyll:
runs-on: node20
steps:
- uses: actions/checkout@v4
- uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle install
- run: jekyll help