yamatotoma.to/.forgejo/workflows/build.yaml
tomato 7061447e05
Some checks failed
/ build (push) Failing after 6s
but why though
2025-05-25 22:37:07 -04:00

18 lines
330 B
YAML

on:
push:
branches:
- citest
jobs:
build:
runs-on: docker
container:
image: ruby:3.3
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- name: Install dependencies
run: bundle install
- name: Build site
run: jekyll build --future --config _config.yml