chore: clean up vercel build patches

This commit is contained in:
Tony 2025-10-18 13:39:17 +08:00
parent d1fc409436
commit 0d37072355
1 changed files with 0 additions and 3 deletions

View File

@ -92,12 +92,9 @@ jobs:
if: steps.check-vercel-env.outputs.defined == 'true'
run: |
rm -rf ./rsshub-vercel/src
rm -rf ./rsshub-vercel/patches
rm -rf ./rsshub-vercel/pnpm-lock.yaml
mkdir -p ./rsshub-vercel/src
mkdir -p ./rsshub-vercel/patches
cp -r ./dist/* ./rsshub-vercel/src
cp -r ./patches/* ./rsshub-vercel/patches
cd rsshub-vercel
pnpm i
- name: Commit vercel