Skip to content

Update pre-commit hook rhysd/actionlint to v1.7.6 #435

Update pre-commit hook rhysd/actionlint to v1.7.6

Update pre-commit hook rhysd/actionlint to v1.7.6 #435

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