Skip to content

test: Fix test for updated Mutant::name API (#442) #209

test: Fix test for updated Mutant::name API (#442)

test: Fix test for updated Mutant::name API (#442) #209

Workflow file for this run

name: Build book
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
branches:
- main
paths:
- .github/workflows/book.yml
- book/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install mdbook and mdbook-linkcheck
uses: taiki-e/install-action@v2
with:
tool: mdbook, mdbook-linkcheck
- name: Build mdbook
run: |
mdbook build book
- name: Archive book output
uses: actions/upload-artifact@v4
if: always()
with:
name: book
path: book/book