Skip to content

Commit 978a85f

Browse files
committed
CI: upgrade mdBook and plugins, switch to mdbook-linkcheck2
Temporarily use my fork of the action, until the PR is merged upstream. Signed-off-by: 지지 ᚠד (Jiji Freya Daniel) Maslowski <info@orangecms.org>
1 parent d48e488 commit 978a85f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- name: Setup mdBook
2121
# https://github.com/jontze/action-mdbook
22-
uses: jontze/action-mdbook@v4
22+
uses: orangecms/action-mdbook@v4.1.0
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
# mdbook-version: 'latest'
26-
mdbook-version: "0.4.48"
26+
mdbook-version: "0.5.3"
2727
use-mermaid: true
28-
mermaid-version: "0.15.0"
28+
mermaid-version: "0.17.0"
2929
use-linkcheck: true
30-
linkcheck-version: "0.7.7"
30+
linkcheck-version: "0.12.1"
3131

3232
- name: Install mdbook-mermaid
3333
run: mdbook-mermaid install

0 commit comments

Comments
 (0)