Skip to content

Build docs

Build docs #2

Workflow file for this run

name: Build Docs
on:
push:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 14 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- name: Clean up
run: cargo clean --doc
- name: Build
run: cargo doc --no-deps
- name: Upload doc
uses: actions/upload-artifact@v4
with:
path: |
target/doc