Skip to content

Jcirce/getting started #2

Jcirce/getting started

Jcirce/getting started #2

Workflow file for this run

---
name: mdbook
# yamllint disable-line rule:truthy
on:
pull_request: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Checkout `carrie` (we hope)
uses: ./.github/actions/checkout
- name: Build docs
run: mdbook build