Skip to content

Bump oleksiyrudenko/gha-git-credentials from 2.pre.latest to 2.1.1 (#56) #39

Bump oleksiyrudenko/gha-git-credentials from 2.pre.latest to 2.1.1 (#56)

Bump oleksiyrudenko/gha-git-credentials from 2.pre.latest to 2.1.1 (#56) #39

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