Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c213aa2

Browse files
committed
fixup: delete the previous directory
1 parent 6a737db commit c213aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload-to-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
PATH_PREFIX: ${{ steps.vars.outputs.pr_number }}/
3838

3939
- name: Upload to GCS
40-
run: gsutil -m rsync -R ./public/ gs://staging.nodejs.dev/${{ steps.vars.outputs.pr_number }}/
40+
run: gsutil -m rsync -R --delete ./public/ gs://staging.nodejs.dev/${{ steps.vars.outputs.pr_number }}/
4141

4242
- name: Comment on PR
4343
uses: actions/[email protected]

0 commit comments

Comments
 (0)