Skip to content

refactor: align ttl semantics and benchmark defaults #255

refactor: align ttl semantics and benchmark defaults

refactor: align ttl semantics and benchmark defaults #255

Workflow file for this run

name: mdbook
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: "0.5.2"
- name: Install mdbook-mermaid
uses: taiki-e/install-action@v2
with:
tool: mdbook-mermaid
- name: Build
run: mdbook build
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book