Skip to content

Do not keep gh-pages history #173

Do not keep gh-pages history

Do not keep gh-pages history #173

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- uses: actions/checkout@master
- name: Check Docs
run: cargo doc --workspace