Skip to content

Commit 8a423ab

Browse files
committed
chore(ci): fix permissions before Cloudflare deploy in blog example
1 parent eac9057 commit 8a423ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-worker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
output: public
2828
working-directory: examples/blog
2929

30+
- name: Fix permissions
31+
if: always()
32+
run: sudo chown -R $USER:$USER examples/blog
33+
3034
- name: Deploy to Cloudflare Workers
3135
uses: cloudflare/wrangler-action@v3
3236
with:

0 commit comments

Comments
 (0)