ttrpg-compendium/.forgejo/workflows/publish.yaml

13 lines
374 B
YAML
Raw Normal View History

2024-02-27 00:42:22 +00:00
on: [push]
jobs:
jekyll:
runs-on: docker
2024-02-27 00:42:22 +00:00
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