Skip to content

chore: silence a new Clippy lint, run cargo fmt #63

chore: silence a new Clippy lint, run cargo fmt

chore: silence a new Clippy lint, run cargo fmt #63

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
release-docs:
name: Build docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build docs
run: cargo doc --no-deps --document-private-items
- name: Publish to GitHub pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc