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 bf24536 commit 0c8770dCopy full SHA for 0c8770d
1 file changed
.github/workflows/ci.yml
@@ -88,9 +88,8 @@ jobs:
88
- name: Install dependencies
89
run: yarn
90
91
- # Node 20対応がリリースされておらず、https://github.com/peaceiris/actions-mdbook/pull/500 のマージ待ち
92
- name: Setup mdBook
93
- uses: peaceiris/actions-mdbook@v1.2.0
+ uses: peaceiris/actions-mdbook@v2.0.0
94
with:
95
mdbook-version: "latest"
96
0 commit comments