Skip to content

chore(deps): update actions/checkout action to v4.1.1 (#61) #49

chore(deps): update actions/checkout action to v4.1.1 (#61)

chore(deps): update actions/checkout action to v4.1.1 (#61) #49

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 'stable'
target: 'x86_64-unknown-linux-gnu'
- name: Cargo Doc
uses: actions-rs/cargo@v1
with:
command: doc
args: --verbose --no-deps --document-private-items