mirror of
https://github.com/dtolnay/install.git
synced 2024-11-23 16:49:31 +01:00
17 lines
243 B
YAML
17 lines
243 B
YAML
|
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
|