diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 36acee8..6d4258a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -25,9 +25,13 @@ jobs: - name: Build run: bun run build + - name: Debug working directory + run: ls -la && cat wrangler.json + - name: Deploy to Cloudflare Pages uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - command: pages deploy --config wrangler.json + workingDirectory: "." + command: pages deploy