Skip to content

Merge pull request #370 from ethereum/nixpkgs-bump #169

Merge pull request #370 from ethereum/nixpkgs-bump

Merge pull request #370 from ethereum/nixpkgs-bump #169

Workflow file for this run

name: Publish Documentation
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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/[email protected]
with:
branch: gh-pages
folder: doc/book