Skip to content

Merge pull request #562 from ethereum/smt-encoding-optimizations #289

Merge pull request #562 from ethereum/smt-encoding-optimizations

Merge pull request #562 from ethereum/smt-encoding-optimizations #289

Workflow file for this run

name: Publish Documentation
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: build docs
run: nix-shell --pure --command "cd doc && mdbook build"
- name: publish docs
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: doc/book