Skip to content

chore(deps): update actions/checkout action to v3.6.0 (#66) #51

chore(deps): update actions/checkout action to v3.6.0 (#66)

chore(deps): update actions/checkout action to v3.6.0 (#66) #51

Workflow file for this run

name: Doc Publish
on:
push:
branches:
- master
jobs:
build:
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install Toolchain
uses: xmc-rs/[email protected]
with:
toolchain: 'stable'
target: 'x86_64-unknown-linux-gnu'
- name: Cargo Doc
uses: xmc-rs/[email protected]
with:
command: doc
args: --verbose --no-deps --document-private-items