3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/mdbook.yml

17 lines
222 B
YAML
Raw Permalink Normal View History

2023-06-19 22:52:22 +02:00
name: mdbook
on:
push:
branches:
- mdbook
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: mdbook
permissions:
contents: write
secrets: inherit