Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PREview needs to deploy into bucket/docs/ #25

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/PREview-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREview-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading