From 57a1d80600de6c0a892c102f4707d91731ad0c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 25 Aug 2024 22:31:39 +0200 Subject: [PATCH] docs: add link to github repo --- docs/book.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book.toml b/docs/book.toml index c109a67..e4acb5f 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -4,5 +4,5 @@ multilingual = false src = "." title = "releaser-pleaser" -[build] -build-dir = "book" +[output.html] +git-repository-url = "https://github.com/apricote/releaser-pleaser"