Skip to content

Commit

Permalink
Fix mdbook-last-changed URL, added workflow name (#41)
Browse files Browse the repository at this point in the history
* Create run-locally.sh to automate running locally

Update README.md

add back instructions to install Node.js

Update README.md

add info for installing rust through brew

Update book.toml

fix repo linked at bottom of pages

Add name to lint workflow

Revert "Add name to lint workflow"

This reverts commit 5209289.

Revert "Update book.toml"

This reverts commit 57593cb.

Revert "Update README.md"

This reverts commit e0c1e09.

Revert "add back instructions to install Node.js"

This reverts commit fc34054.

Revert "Update README.md"

This reverts commit 78a49cc.

Revert "Create run-locally.sh to automate running locally"

This reverts commit 3645c38.

* Fix mdbook-last-changed URL, added workflow name
  • Loading branch information
hahayupgit committed May 16, 2024
1 parent 2f922af commit 88bce61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Check linting

on:
push:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ renderer = ["html"]
[output.html]
default-theme = "whisky"
preferred-dark-theme = "whisky"
git-repository-url = "https://github.com/Whisky-App/Whisky"
git-repository-url = "https://github.com/Whisky-App/whisky-book"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/Whisky-App/whisky-book/edit/main/{path}"
input-404 = "not-found.md"
Expand Down

0 comments on commit 88bce61

Please sign in to comment.