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 }}