Skip to content

chore(ci): only run on main #3

chore(ci): only run on main

chore(ci): only run on main #3

Workflow file for this run

name: generate docs
on:
push:
branches:
- main
jobs:
generate_docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Typst
uses: typst-community/setup-typst@v3
- run: typst compile docs/docs.typ --root ..
- uses: actions/upload-artifact@v4
with:
name: docs
path: docs/docs.pdf