Skip to content

docs: fix typo

docs: fix typo #72

Workflow file for this run

name: Build, test, and doc update
on:
push:
branches:
- main
pull_request:
jobs:
run:
strategy:
matrix:
include:
- ocaml-compiler: "4.10"
- ocaml-compiler: "4.14"
with-doc: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: RedPRL/actions-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
with-doc: ${{ matrix.with-doc }}
publish-doc-if-built: ${{ github.ref == 'refs/heads/main' }}