Skip to content

More excludes for publish #10

More excludes for publish

More excludes for publish #10

Workflow file for this run

name: Documentation
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Init submodules
run: git submodule update
- name: Build docs
run: cargo rustdoc --lib