Skip to content

Commit 622e995

Browse files
committed
Update workflow
1 parent 2d3f8d8 commit 622e995

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
steps:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup mdBook
1818
uses: peaceiris/actions-mdbook@v2
1919
with:
20-
mdbook-version: '0.4.10'
20+
mdbook-version: '0.4.40'
2121

2222
- run: mdbook build
2323

@@ -26,4 +26,4 @@ jobs:
2626
if: ${{ github.ref == 'refs/heads/main' }}
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
29-
publish_dir: ./book
29+
publish_dir: ./book

0 commit comments

Comments
 (0)