Skip to content

Bump actions/checkout from 4.1.0 to 4.1.1 (#62) #50

Bump actions/checkout from 4.1.0 to 4.1.1 (#62)

Bump actions/checkout from 4.1.0 to 4.1.1 (#62) #50

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