diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c3ba21f2..b038ff97 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 git grep jq zstd + apk add brotli curl file grep jq zstd - name: Build env: PHISHTANK_API: ${{ secrets.PHISHTANK_API }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f261035c..22f8c569 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build_job: stage: build before_script: - - apk update && apk add brotli curl grep jq zstd + - apk update && apk add brotli curl file grep jq zstd script: - sh src/script.sh