yamatotoma.to/.forgejo/workflows/build.yaml
tomato 9772ea8551
Some checks failed
/ build (push) Failing after 52s
test workflow
2025-05-25 22:33:10 -04:00

21 lines
429 B
YAML

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