Skip to content

Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.1 (#153) #444

Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.1 (#153)

Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.1 (#153) #444

Workflow file for this run

name: deploy-book
on:
push:
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
deploy-book:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build the book"
run: |
make book
- name: GitHub Pages action
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: book/_build/html