mirror of
https://github.com/dtolnay/install.git
synced 2025-01-31 15:11:22 +01:00
17 lines
289 B
YAML
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
|