ttrpg-compendium/.forgejo/workflows/publish.yaml
Bill Niblock 37d3ec7e40
All checks were successful
/ jekyll (push) Successful in 28s
[Actions] Struggle with containers for real tho
2024-02-26 22:15:46 -05:00

10 lines
197 B
YAML

on: [push]
jobs:
jekyll:
runs-on: docker
container:
image: jvconseil/jekyll-docker
steps:
- uses: actions/checkout@v4
- run: bundle install
- run: jekyll help