Skip to content

Commit 29ca27c

Browse files
authored
build(actions): Workflow cleanup fixes and preview paths (#79)
1 parent 376dd7e commit 29ca27c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_clean_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939

4040
- name: Clean up deployment
4141
run: |
42-
gsutil rm -r ${{ secrets.GCP_DOCS_LOCATION }}/${{ inputs.path }}
42+
gsutil rm -r gs://${{ secrets.GCP_DOCS_LOCATION }}/${{ inputs.path }}

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
concurrency: preview-${{ github.ref }}
1212

1313
env:
14-
PREVIEW_BASE_URL: https://beta-docs.voxel51.com
14+
PREVIEW_BASE_URL: https://beta-docs.voxel51.com/previews
1515

1616
jobs:
1717
deploy-preview:

0 commit comments

Comments
 (0)