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 d6dbb4f commit a0cd1c9Copy full SHA for a0cd1c9
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup mdBook
15
uses: peaceiris/actions-mdbook@v1
16
with:
17
- mdbook-version: '0.4.3'
+ mdbook-version: '0.5.1'
18
- run: mdbook build
19
20
- name: Deploy
book.toml
@@ -1,7 +1,6 @@
1
[book]
2
authors = ["Yuta Saito"]
3
language = "en"
4
-multilingual = false
5
src = "src"
6
title = "Swift and WebAssembly"
7
0 commit comments