Skip to content

Commit bc4211b

Browse files
committed
Revert mdbook action
1 parent d8de9c2 commit bc4211b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
${{ runner.os }}-venv-
4141
4242
- name: Set up mdBook
43-
uses: jontze/action-mdbook@v1
43+
uses: peaceiris/actions-mdbook@v1
44+
with:
45+
mdbook-version: '0.4.18'
4446

4547
- name: Install project
4648
run: make install

0 commit comments

Comments
 (0)