Skip to content

feat: updating from newer svd2rust (#98) #104

feat: updating from newer svd2rust (#98)

feat: updating from newer svd2rust (#98) #104

Workflow file for this run

name: Doc Publish
on:
push:
branches:
- master
jobs:
build:
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- name: Install Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 'stable'
target: 'x86_64-unknown-linux-gnu'
- name: Cargo Doc
run: cargo doc --verbose --no-deps --document-private-items