Skip to content

Commit

Permalink
chore: finalize book setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 28, 2023
1 parent 9c6f2bf commit 2c37d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: book/book

deploy:
name: Deploy Website
needs: build
permissions:
pages: write
Expand Down
4 changes: 1 addition & 3 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ authors = ["Carter Himmel <carter@truffle.vip>"]
language = "en"

[output.html]
site-url = "/scyllax/"
git-repository-url = "https://github.com/trufflehq/scyllax/tree/main/book"
edit-url-template = "https://github.com/trufflehq/scyllax/edit/main/book/{path}"

[output.html.playground]
runnable = false

[output.html.redirect]
"/example.html" = "../example/README.md"

0 comments on commit 2c37d84

Please sign in to comment.