Skip to content

Commit fcc8658

Browse files
authored
deploying docs to robusta-docs instead of robusta-public (#1490)
1 parent 5a960e1 commit fcc8658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Upload docs to public gcp bucket
7676
if: needs.has-secrets.outputs.docs
77-
run: gsutil rsync -R ./docs/_build/html "gs://robusta-public/${GITHUB_REF##*/}/"
77+
run: gsutil rsync -R ./docs/_build/html "gs://robusta-docs/${GITHUB_REF##*/}/"
7878

7979
- name: Upload docs artifact
8080
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)