diff --git a/.github/workflows/gen-docs.yml b/.github/workflows/gen-docs.yml new file mode 100644 index 0000000..8e729ea --- /dev/null +++ b/.github/workflows/gen-docs.yml @@ -0,0 +1,12 @@ +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 ..