Skip to content

refactor: removed snake_case in all public apis #15

refactor: removed snake_case in all public apis

refactor: removed snake_case in all public apis #15

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