Skip to content

build(deps): bump actions/checkout from 5 to 6 (#20) #9

build(deps): bump actions/checkout from 5 to 6 (#20)

build(deps): bump actions/checkout from 5 to 6 (#20) #9

Workflow file for this run

on:
push:
branches:
- main
name: Docs
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
submodules: 'recursive'
- name: Install build dependencies
run: |
sudo apt update
sudo apt install -y cmake libclang-dev
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
- name: Run cargo doc
run: cargo doc --no-deps --all-features