Skip to content

Release v0.24.1

Release v0.24.1 #133

Workflow file for this run

name: Docs
on:
pull_request:
jobs:
spell-check:
name: Spell Check
uses: FuelLabs/github-actions/.github/workflows/mdbook-docs.yml@master
with:
docs-src-path: "docs/book/src"
spellcheck-config-path: "docs/book/.spellcheck.yml"
link-check:
name: Link Check
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: gaurav-nelson/[email protected]
with:
configuration-path: "docs/book/.markdown-link-check.json"