ttrpg-compendium/.forgejo/workflows/publish.yaml
Workflow config file is invalid. Please check your config file: yaml: line 8: mapping values are not allowed in this context

12 lines
393 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