We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1df022 commit ceda1ceCopy full SHA for ceda1ce
.github/workflows/build-and-deploy.yml
@@ -17,7 +17,7 @@ on:
17
- cron: '42 16 1/7 * *'
18
19
env:
20
- MDBOOK_LINKCHECK_VER: 0.7.4
+ MDBOOK_LINKCHECK_VER: 0.7.6
21
22
jobs:
23
build:
@@ -31,7 +31,7 @@ jobs:
31
- name: Install mdbook
32
uses: peaceiris/actions-mdbook@v1
33
with:
34
- mdbook-version: 0.4.12
+ mdbook-version: 0.4.15
35
36
# FIXME: Keep this up to date
37
- name: Install mdbook-linkcheck
0 commit comments