File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -11,29 +11,37 @@ jobs:
11
11
concurrency :
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
16
- - uses : jontze/action-mdbook@v1
16
+ - uses : jontze/action-mdbook@v3
17
17
with :
18
18
token : ${{secrets.GITHUB_TOKEN}}
19
19
use-linkcheck : true
20
- use-mermaid : false
20
+ use-mermaid : true
21
21
use-toc : true
22
22
use-opengh : true
23
+ use-admonish : true
24
+ use-katex : true
23
25
- name : Show mdbook version
24
26
run : mdbook --version
25
27
- name : Show linkchecker version
26
28
run : mdbook-linkcheck --version
29
+ - name : Show mermaid version
30
+ run : mdbook-mermaid --version
27
31
- name : Show toc version
28
32
run : mdbook-toc --version
29
33
- name : Show open-on-gh version
30
34
run : mdbook-open-on-gh --version
35
+ - name : Show admonish version
36
+ run : mdbook-admonish --version
37
+ - name : Show katex version
38
+ run : mdbook-katex --version
31
39
32
40
- name : Build
33
41
run : mdbook build
34
42
35
43
- name : Deploy
36
- uses : peaceiris/actions-gh-pages@v3
44
+ uses : peaceiris/actions-gh-pages@v4
37
45
if : ${{ github.ref == 'refs/heads/master' }}
38
46
with :
39
47
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments