3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2025-01-31 15:11:22 +01:00
cargo-install/.github/workflows/mdbook.yml
2025-01-25 01:37:51 -08:00

17 lines
289 B
YAML

name: mdbook
on:
push:
branches:
- mdbook
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: mdbook
version: 0.4.41 # https://github.com/dtolnay/cxx/issues/1423
permissions:
contents: write
secrets: inherit