Skip to content

doc: initialize a user-facing mdbook #3

doc: initialize a user-facing mdbook

doc: initialize a user-facing mdbook #3

Workflow file for this run

name: Build Aeneas user docs and test them
on: [push, pull_request]
jobs:
test:
name: Test Aeneas user docs
runs-on: [self-hosted, linux, nix]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build the book
run: nix build '.?dir=docs/user'#book
# TODO: test the Lean examples code via nix build '.?dir=docs/user'#test or something similar.