Add build action
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Brad Treloar 2025-12-11 22:48:52 +10:30
parent 2f830f8c8d
commit 20ee3d51cf

View file

@ -0,0 +1,12 @@
on:
push:
branches:
- main
jobs:
build:
runs-on: build
steps:
- name: Checkout
uses: https://data.forgejo.org/actions/checkout@v4
- name: Build Astro site
run: npm run astro build