We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376dd7e commit 29ca27cCopy full SHA for 29ca27c
.github/workflows/_clean_deployment.yml
@@ -39,4 +39,4 @@ jobs:
39
40
- name: Clean up deployment
41
run: |
42
- gsutil rm -r ${{ secrets.GCP_DOCS_LOCATION }}/${{ inputs.path }}
+ gsutil rm -r gs://${{ secrets.GCP_DOCS_LOCATION }}/${{ inputs.path }}
.github/workflows/pr-preview.yml
@@ -11,7 +11,7 @@ on:
11
concurrency: preview-${{ github.ref }}
12
13
env:
14
- PREVIEW_BASE_URL: https://beta-docs.voxel51.com
+ PREVIEW_BASE_URL: https://beta-docs.voxel51.com/previews
15
16
jobs:
17
deploy-preview:
0 commit comments