Skip to content

feat: performance

feat: performance #185

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
- uses: cachix/install-nix-action@v23
- run: nix run .#mmdoc -- mmdoc doc out
- if: success()
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: out/multi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}