From 9a401d53a8f743b446ee28854593c7f8c603c26a Mon Sep 17 00:00:00 2001 From: BlackWolfNews Date: Sun, 13 Apr 2025 18:04:20 -0600 Subject: [PATCH] Temporarily remove workflow for push --- .github/workflows/deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 723c0654b..000000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Deploy -on: push -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - run: yarn && yarn build - - uses: amondnet/vercel-action@v30 - with: - vercel-token: ${{ secrets.VERCEL_TOKEN }} - vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} - vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}