Skip to content

add missing configuration hint on usage of zine #3

add missing configuration hint on usage of zine

add missing configuration hint on usage of zine #3

Workflow file for this run

name: github pages
on:
push:
branches:
- master
jobs:
deploy:
timeout-minutes: 20
runs-on: "ubuntu-latest"
steps:
- name: Checkout
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 --summary new
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./zig-out