From 70e7b633700b674d9ab7226d069852cb6326217c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20K=C3=B6rtgen?= Date: Mon, 23 May 2022 16:38:27 +0200 Subject: [PATCH] Add repo info (workaround), cf. - https://github.com/jekyll/jekyll/issues/4705 --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index a0f6799..951e60d 100644 --- a/_config.yml +++ b/_config.yml @@ -2,3 +2,5 @@ theme: jekyll-theme-cayman title: Awesome Prometheus alerts description: Collection of alerting rules + +repository: samber/awesome-prometheus-alerts \ No newline at end of file