From 9469a8b4391cdb04a9222f8b8dece45044b75311 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 31 Jul 2023 21:45:46 +0700 Subject: [PATCH] fix gh_repo website --- tubearchivist/web/src/webhook_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/web/src/webhook_base.py b/tubearchivist/web/src/webhook_base.py index 4722b32..2546e3e 100644 --- a/tubearchivist/web/src/webhook_base.py +++ b/tubearchivist/web/src/webhook_base.py @@ -48,7 +48,7 @@ class WebhookBase: }, "website": { "gh_user": "tubearchivist", - "gh_repo": "docs", + "gh_repo": "tubearchivist-server", "unstable_keyword": "#build", "rebuild": [ ["docker", "compose", "-f", "../docker/docker-compose.yml", "up", "-d", "--build", "tubearchivist"]