Skip to content

manifest: update

manifest: update #180

Workflow file for this run

name: publish-book
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: build
run: nix develop --print-build-logs --no-update-lock-file .#book-dev --command mdbook build book
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/book
destination_dir: ./
cname: nix.fuel.network