From 854c7f731ea620f28cf9a5594b1c78d60a9b3801 Mon Sep 17 00:00:00 2001 From: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Date: Fri, 3 May 2024 11:56:51 +1000 Subject: [PATCH] testing --- .github/scripts/update-contributors.js | 4 ++-- .github/workflows/deploy.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index e03199bbf..497e283e6 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -6,7 +6,7 @@ function indentString(string, indentation) { return string.split('\n').map(line => indentation + line).join('\n'); } -let contributors = '
-
+
${user.login} | `;
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 860cc22ee..d352a760c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
+ with:
+ fetch-depth: "0"
- name: Set up Python
uses: actions/setup-python@v5.0.0
with: