Skip to content

[NO MERGE] test docs on wip branch #138

[NO MERGE] test docs on wip branch

[NO MERGE] test docs on wip branch #138

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
- wip
jobs:
docs:
name: Build Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-12-28
components: rust-src
- name: Build documentation (arduino-hal)
run: cd arduino-hal/ && cargo doc --features arduino-uno
- name: Build documentation (atmega-hal)
run: cd mcu/atmega-hal/ && cargo doc --features atmega328p
- name: Build documentation (attiny-hal)
run: cd mcu/attiny-hal/ && cargo doc --features attiny85