test workflow
Some checks failed
/ build (push) Failing after 52s

This commit is contained in:
gloriousbreak 2025-05-25 22:32:49 -04:00
parent 9d3e556abd
commit 9772ea8551
Signed by: gloriousbreak
GPG key ID: 690D1CF8558DC313

View file

@ -0,0 +1,21 @@
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