From 2fe0b52fcf81145b6a76c05206f40f978d68f745 Mon Sep 17 00:00:00 2001 From: CDN18 Date: Wed, 15 Nov 2023 11:18:41 +0800 Subject: [PATCH] fix: wrangler ci command + remove redundant jobs --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index eb316ae..2d73006 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -61,11 +61,11 @@ jobs: with: name: public path: public/ - - name: Change directory - run: cd wrangler - name: Publish to Cloudflare uses: cloudflare/wrangler-action@2.0.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} + workingDirectory: wrangler + command: deploy env: CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}