Skip to content

Commit bd65f90

Browse files
committed
fix deploy command
1 parent d2c50fe commit bd65f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ jobs:
7777
uses: cloudflare/wrangler-action@v3
7878
with:
7979
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
80-
wranglerVersion: "4.28.0"
80+
wranglerVersion: "4.28.0"
81+
command: pages deploy dist

0 commit comments

Comments
 (0)