Skip to content

Only generate make functions for tagged types (#13) #12

Only generate make functions for tagged types (#13)

Only generate make functions for tagged types (#13) #12

Workflow file for this run

name: Deploy odoc
on:
push:
branches: [main]
jobs:
deploy-doc:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use OCaml 4.14.x
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.x
dune-cache: true
- name: Deploy odoc to GitHub Pages
uses: ocaml/setup-ocaml/deploy-doc@v2