Bump oleksiyrudenko/gha-git-credentials from 2.pre.latest to 2.1.1 (#56) #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |