Skip to content

fix: adjust Typst heading counter for chapter 0 offset #7

fix: adjust Typst heading counter for chapter 0 offset

fix: adjust Typst heading counter for chapter 0 offset #7

Workflow file for this run

name: Build Typst Document
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Typst
uses: typst-community/setup-typst@v3
- name: Compile document
run: typst compile book/main.typ
- name: Upload PDF artifact
uses: actions/upload-artifact@v4
with:
name: human-body-science
path: book/main.pdf