yamatotoma.to/.forgejo/workflows/build.yaml
tomato 41ad7531b9
Some checks failed
/ build (push) Failing after 5s
but why though
2025-05-25 22:39:14 -04:00

20 lines
403 B
YAML

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