Skip to content

Added packed big array API (#68) #165

Added packed big array API (#68)

Added packed big array API (#68) #165

Workflow file for this run

name: Doc build
on:
push:
branches:
- main
jobs:
build_doc:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Setup OCaml
uses: toots/setup-ocaml@master
with:
ocaml-compiler: 4.14.x
- name: Pin locally
run: opam pin -y add --no-action .
- name: Install locally
run: opam install -y --with-doc ffmpeg
- name: Build doc
run: opam exec dune build @doc
- name: Deploy doc
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: _build/default/_doc/_html