Skip to content

chore(ci): Add initial ci pipeline for builing docs #1

chore(ci): Add initial ci pipeline for builing docs

chore(ci): Add initial ci pipeline for builing docs #1

Workflow file for this run

name: generate docs
on: push
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 ..