ttrpg-compendium/.forgejo/workflows/publish.yaml
Bill Niblock 916dd267ac
Some checks are pending
/ jekyll (push) Waiting to run
[Actions] Pivoting hard to setup-ruby approach
2024-02-26 20:48:33 -05:00

12 lines
381 B
YAML

on: [push]
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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