Skip to content

Merge pull request #9 from saolof/patch-1 #25

Merge pull request #9 from saolof/patch-1

Merge pull request #9 from saolof/patch-1 #25

Workflow file for this run

name: cd
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nix
uses: cachix/install-nix-action@v16
- name: Build flake docs
run: nix develop --command dune build @doc --display=short
- name: Deploy docs to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: _build/default/_doc/_html/