Skip to content

chore(deps): update oleksiyrudenko/gha-git-credentials action to v2.1… #64

chore(deps): update oleksiyrudenko/gha-git-credentials action to v2.1…

chore(deps): update oleksiyrudenko/gha-git-credentials action to v2.1… #64

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: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 'stable'
target: 'x86_64-unknown-linux-gnu'
- name: Cargo Doc
run: cargo doc --verbose --no-deps --document-private-items