From ba79831e205ca030e966aa6979125160c3152974 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 20 Aug 2024 19:58:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Update=20deploy-api=20work?= =?UTF-8?q?flow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-links.yml | 29 ----------------------------- .github/workflows/deploy-api.yml | 6 ------ 2 files changed, 35 deletions(-) delete mode 100644 .github/workflows/check-links.yml diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml deleted file mode 100644 index 949e347..0000000 --- a/.github/workflows/check-links.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: 🔎 Check links - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - linkChecker: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Restore lychee cache - uses: actions/cache@v3 - with: - path: .lycheecache - key: cache-lychee-${{ github.sha }} - restore-keys: cache-lychee- - - - name: CDN - id: lychee - uses: lycheeverse/lychee-action@v1.9.3 - with: - fail: true - args: '--base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include "https://svgl.app"' diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index 549498e..2d6e73b 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -26,9 +26,3 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} packageManager: pnpm workingDirectory: 'api-routes' - secrets: | - UPSTASH_REDIS_URL - UPSTASH_REDIS_TOKEN - env: - UPSTASH_REDIS_URL: ${{ secrets.UPSTASH_REDIS_URL }} - UPSTASH_REDIS_TOKEN: ${{ secrets.UPSTASH_REDIS_TOKEN }}