3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00

Add cargo-docs-rs build

This commit is contained in:
David Tolnay 2023-09-23 17:20:42 -07:00
parent 1c60522fd9
commit 6a2d0acd48
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

16
.github/workflows/cargo-docs-rs.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: cargo-docs-rs
on:
push:
branches:
- cargo-docs-rs
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: cargo-docs-rs
permissions:
contents: write
secrets: inherit