yamatotoma.to/.forgejo/workflows/build.yaml
tomato e3866d1be6
All checks were successful
/ build (push) Successful in 35s
but why though
2025-05-25 22:39:50 -04:00

20 lines
406 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 -y
- uses: https://code.forgejo.org/actions/checkout@v4
- name: Install dependencies
run: bundle install
- name: Build site
run: jekyll build --future --config _config.yml