summaryrefslogtreecommitdiffstats
path: root/.github/workflows/doc-check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/doc-check.yml')
-rw-r--r--.github/workflows/doc-check.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/doc-check.yml b/.github/workflows/doc-check.yml
index 8e9d2cb7..c679eb12 100644
--- a/.github/workflows/doc-check.yml
+++ b/.github/workflows/doc-check.yml
@@ -2,9 +2,8 @@ name: Documentation check
on:
workflow_dispatch:
- branches: [ main ]
pull_request:
- branches: [ main ]
+ branches: [ main, 'release-*' ]
paths:
# Any files in the /docs directory at the root of the repository.
- 'docs/**'
@@ -21,7 +20,7 @@ jobs:
uses: peaceiris/actions-mdbook@v1
# https://github.com/marketplace/actions/mdbook-action
with:
- mdbook-version: "0.4.10"
+ mdbook-version: "0.4.18"
# mdbook-version: 'latest'
- name: Install mdbook-toc