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