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 5a960e1 commit fcc8658Copy full SHA for fcc8658
.github/workflows/deploy-docs.yaml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Upload docs to public gcp bucket
76
if: needs.has-secrets.outputs.docs
77
- run: gsutil rsync -R ./docs/_build/html "gs://robusta-public/${GITHUB_REF##*/}/"
+ run: gsutil rsync -R ./docs/_build/html "gs://robusta-docs/${GITHUB_REF##*/}/"
78
79
- name: Upload docs artifact
80
uses: actions/upload-artifact@v2
0 commit comments