Skip to content

Refactor chain component graph #106

Refactor chain component graph

Refactor chain component graph #106

Workflow file for this run

name: API Docs
on:
pull_request: {}
push:
branches: main
# Cancel previous runs of this workflow when a new commit is added to the PR, branch or tag
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
cargo-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build API documentation
uses: actions-rs/cargo@v1
with:
command: doc
args: --all-features