diff --git a/.github/workflows/PREview-create.yaml b/.github/workflows/PREview-create.yaml index a7044d0a..84f19e6a 100644 --- a/.github/workflows/PREview-create.yaml +++ b/.github/workflows/PREview-create.yaml @@ -36,6 +36,7 @@ jobs: with: message: | **PREview environment has been created at [${{ env.URL }}](${{ env.URL }})** + *Please allow a few minutes for the environment to be fully deployed.* repo-token: ${{ secrets.GITHUB_TOKEN }} allow-repeats: true @@ -63,7 +64,7 @@ jobs: uses: ./.github/workflows/_deploy.yaml with: src_dir: build - bucket: ${{ needs.data.outputs.BUCKET }} + bucket: ${{ needs.data.outputs.BUCKET }}/docs secrets: inherit notify: diff --git a/.github/workflows/PREview-update.yaml b/.github/workflows/PREview-update.yaml index 494ef23c..f1914cc0 100644 --- a/.github/workflows/PREview-update.yaml +++ b/.github/workflows/PREview-update.yaml @@ -33,7 +33,7 @@ jobs: uses: ./.github/workflows/_deploy.yaml with: src_dir: build - bucket: ${{ needs.data.outputs.BUCKET }} + bucket: ${{ needs.data.outputs.BUCKET }}/docs secrets: inherit notify: