-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update authors, add mdbook-alerts plugin
Signed-off-by: Victor Adossi <[email protected]>
- Loading branch information
1 parent
feb0da5
commit 6e45878
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,11 @@ jobs: | |
mdbook-version: '0.4.30' | ||
# mdbook-version: 'latest' | ||
|
||
- uses: taiki-e/install-action@510b3ecd7915856b6909305605afa7a8a57c1b04 # v2.48.1 | ||
with: | ||
tool: >- | ||
[email protected] | ||
- run: mdbook build docs | ||
|
||
- name: Deploy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
[book] | ||
authors = ["Guy Bedford", "Yosh Wuyts"] | ||
title = "jco" | ||
authors = ["Guy Bedford", "Yosh Wuyts", "Victor Adossi"] | ||
language = "en" | ||
multilingual = false | ||
|
||
src = "src" | ||
title = "jco" | ||
|
||
[output.html] | ||
git-repository-url = "https://github.com/bytecodealliance/jco" | ||
|
||
[preprocessor.alerts] | ||
|
||
[output.linkcheck] |