Skip to content

chore(deps): update tibdex/github-app-token action to v2 (#46) #38

chore(deps): update tibdex/github-app-token action to v2 (#46)

chore(deps): update tibdex/github-app-token action to v2 (#46) #38

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
- name: Install Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 'stable'
target: 'x86_64-unknown-linux-gnu'
- name: Cargo Doc
uses: actions-rs/[email protected]
with:
command: doc
args: --verbose --no-deps --document-private-items