From 54a02819863eb6bfb76d2abdc01f54ec9a760a28 Mon Sep 17 00:00:00 2001 From: Ben Halverson Date: Tue, 3 Sep 2024 23:43:25 -0700 Subject: [PATCH] cloudflare docs example --- .github/workflows/wrangler-action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wrangler-action.yaml b/.github/workflows/wrangler-action.yaml index 5e1f2a0..0ee74ba 100644 --- a/.github/workflows/wrangler-action.yaml +++ b/.github/workflows/wrangler-action.yaml @@ -41,6 +41,7 @@ jobs: uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - workingDirectory: "dist" + accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} + command: pages deploy ./dist --project-name=rc-store # env: # WORKING_DIRECTORY: './dist' \ No newline at end of file