-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from azriel91/feature/182/item-interactions-a…
…nd-locations
- Loading branch information
Showing
249 changed files
with
9,980 additions
and
1,719 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[advisories] | ||
ignore = [ | ||
# `proc-macro-error` is Unmaintained. | ||
# | ||
# Transitive dependency of `syn_derive`. | ||
# Pending https://github.com/Kyuuhachi/syn_derive/issues/4. | ||
"RUSTSEC-2024-0370", | ||
] |
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
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 |
---|---|---|
|
@@ -20,24 +20,24 @@ jobs: | |
- name: 'Install `wasm-pack`' | ||
uses: jetli/[email protected] | ||
with: | ||
version: 'v0.11.1' | ||
version: 'v0.13.0' | ||
|
||
- name: mdbook Cache | ||
id: mdbook_cache | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.cargo/bin/mdbook | ||
key: ${{ runner.os }}-mdbook | ||
|
||
- name: mdbook-graphviz Cache | ||
id: mdbook_graphviz_cache | ||
uses: actions/cache@v3 | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.cargo/bin/mdbook-graphviz | ||
key: ${{ runner.os }}-mdbook-graphviz | ||
|
||
- name: Setup Graphviz | ||
uses: ts-graphviz/setup-graphviz@v1 | ||
uses: ts-graphviz/setup-graphviz@v2 | ||
|
||
- run: cargo install mdbook-graphviz | ||
if: steps.mdbook_graphviz_cache.outputs.cache-hit != 'true' | ||
|
@@ -56,12 +56,6 @@ jobs: | |
--features 'error_reporting' | ||
done | ||
# Build and publish book | ||
# - name: Install `mdbook` | ||
# uses: peaceiris/actions-mdbook@v1 | ||
# with: | ||
# mdbook-version: latest | ||
|
||
# use custom version of mdbook for now | ||
- name: Install `mdbook` | ||
run: cargo install mdbook --git https://github.com/azriel91/mdBook.git --branch improvement/code-blocks | ||
|
@@ -77,7 +71,7 @@ jobs: | |
|
||
- name: Publish to `gh-pages` | ||
if: ${{ github.ref == 'refs/heads/main' }} | ||
uses: peaceiris/actions-gh-pages@v3 | ||
uses: peaceiris/actions-gh-pages@v4 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./doc/book | ||
|
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
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
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
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
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
Oops, something went wrong.