Skip to content

Link to @silversquirl's guide to mirroring with Bunny #1

Link to @silversquirl's guide to mirroring with Bunny

Link to @silversquirl's guide to mirroring with Bunny #1

Workflow file for this run

name: Test Website
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup Zig Compiler
uses: mlugg/setup-zig@v2
- name: Build the website
run: zig build --summary new