Skip to content

Merge pull request #258 from Wenzel/dependabot/pip/python/setuptools-… #923

Merge pull request #258 from Wenzel/dependabot/pip/python/setuptools-…

Merge pull request #258 from Wenzel/dependabot/pip/python/setuptools-… #923

Workflow file for this run

name: Doc
on:
push:
branches:
- master
pull_request:
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build docs
run: cargo doc
book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-mdbook
- name: install mdbook
run: cargo install mdbook
- name: build doc
run: mdbook build doc