From addedf9c008d2ec1e5dd238f64c392160306e0a6 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 11 Mar 2025 07:26:07 +0000 Subject: [PATCH] ci(gl): add git required by peaceiris/actions-gh-pages --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index b038ff97..97ce5933 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -14,7 +14,7 @@ jobs: - name: Install Dependencies run: | apk update - apk add brotli curl file grep jq zstd + apk add brotli curl file git grep jq zstd - name: Build env: PHISHTANK_API: ${{ secrets.PHISHTANK_API }}