mirror of
https://github.com/vacp2p/nim-intops.git
synced 2026-08-31 04:11:08 +00:00
18 lines
292 B
YAML
18 lines
292 B
YAML
name: Build Docs
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
docs:
|
|
uses: status-im/nimbus-common-workflow/.github/workflows/docs.yml@main
|
|
with:
|
|
mdbook-version: "0.5"
|
|
mdbook-preprocessors: >-
|
|
[
|
|
"mdbook-open-on-gh@3"
|
|
]
|