Skip to content

refactor: allow multiple verifiers on authorization contract (#427) #1157

refactor: allow multiple verifiers on authorization contract (#427)

refactor: allow multiple verifiers on authorization contract (#427) #1157

Workflow file for this run

name: docs
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install mdbook
run: cargo install mdbook mdbook-mermaid mdbook-linkcheck
- name: Build book
run: mdbook build docs
- name: Deploy
if: github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/book/html