Skip to content

feat(recursion): reduce cycles in ceno proof loading #37

feat(recursion): reduce cycles in ceno proof loading

feat(recursion): reduce cycles in ceno proof loading #37

Workflow file for this run

name: Deploy mdBook
on:
pull_request:
branches: [ master ]
push:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install mdBook
run: |
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.5.2/mdbook-v0.5.2-x86_64-unknown-linux-gnu.tar.gz \
| tar -xz -C /usr/local/bin
- name: Build book
run: mdbook build docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/book