Skip to content

Commit c657341

Browse files
committed
use a different destination folder for PR
1 parent ea81939 commit c657341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
delete_assets:
88
runs-on: ubuntu-latest
99
env:
10-
destination: assets/website-2021/pr-${{ github.event.number }}/
10+
destination: assets/website-2021-dev/pr-${{ github.event.number }}/
1111
steps:
1212
- name: Delete PR assets from the cdn-dev.w3.org bucket
1313
if: success()

0 commit comments

Comments
 (0)