Skip to content

development server supports output_path_prefix (#96) #155

development server supports output_path_prefix (#96)

development server supports output_path_prefix (#96) #155

Workflow file for this run

name: CI
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Change if you need git info
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: Build
run: zig build