⚙️ Update deploy-api workflow

This commit is contained in:
pheralb 2024-08-20 19:58:36 +01:00
parent 1f57b82692
commit ba79831e20
2 changed files with 0 additions and 35 deletions

View File

@ -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"'

View File

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