remove dry run
All checks were successful
Deploy Pages / deploy (push) Successful in 22s

This commit is contained in:
2025-04-14 17:25:28 -04:00
parent d1f7841f3b
commit 5236a97d1c

View File

@ -11,7 +11,7 @@ jobs:
- run: apk add nodejs npm rsync - run: apk add nodejs npm rsync
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: mkdir /tmp/deploy - run: mkdir /tmp/deploy
- run: rsync -uan --exclude=".*" . /tmp/deploy - run: rsync -ua --exclude=".*" . /tmp/deploy
- name: Build & Deploy Worker - name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3 uses: cloudflare/wrangler-action@v3
with: with: