Skip to content

Add missing object fields #123

Add missing object fields

Add missing object fields #123

Workflow file for this run

name: Docs
on:
push:
branches: [main]
jobs:
docs:
name: Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- run: cargo doc --no-deps --all-features
- uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: target/doc
target-folder: docs/dev