Skip to content

chore(deps): update actions/checkout action to v4 (#57) #45

chore(deps): update actions/checkout action to v4 (#57)

chore(deps): update actions/checkout action to v4 (#57) #45

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- 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