ttrpg-compendium/.forgejo/workflows/publish.yaml
Bill Niblock f7d0c0dbf0
Some checks failed
/ jekyll (push) Failing after 17s
[Actions] The struggle is real
2024-02-26 21:35:22 -05:00

12 lines
374 B
YAML

on: [push]
jobs:
jekyll:
runs-on: docker
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