We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3f8d8 commit 622e995Copy full SHA for 622e995
1 file changed
.github/workflows/mdbook.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
deploy:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
steps:
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup mdBook
18
uses: peaceiris/actions-mdbook@v2
19
with:
20
- mdbook-version: '0.4.10'
+ mdbook-version: '0.4.40'
21
22
- run: mdbook build
23
@@ -26,4 +26,4 @@ jobs:
26
if: ${{ github.ref == 'refs/heads/main' }}
27
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
- publish_dir: ./book
+ publish_dir: ./book
0 commit comments