Skip to content

build(deps-dev): bump @types/vscode from 1.108.1 to 1.109.0 #248

build(deps-dev): bump @types/vscode from 1.108.1 to 1.109.0

build(deps-dev): bump @types/vscode from 1.108.1 to 1.109.0 #248

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/