Skip to content

build(deps-dev): bump eslint from 9.39.2 to 10.0.0 #251

build(deps-dev): bump eslint from 9.39.2 to 10.0.0

build(deps-dev): bump eslint from 9.39.2 to 10.0.0 #251

Workflow file for this run

name: Publish CBMC Proof Debugger documentation
on: [push, pull_request]
permissions:
contents: write
pages: write
jobs:
publish:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install mdbook
run: brew install mdbook
- name: Build documentation
run: cd docs && mdbook build && touch book/.nojekyll
- name: Publish documentation
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
uses: JamesIves/github-pages-deploy-action@v4.8.0
with:
branch: gh-pages
folder: docs/book/