We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385eb14 commit d6f277cCopy full SHA for d6f277c
1 file changed
.github/workflows/deploy-docs.yaml
@@ -70,4 +70,4 @@ jobs:
70
71
# using relative path doesn't work for some reason (aka ./_build/html)
72
- name: Upload docs to public gcp bucket
73
- run: gsutil rsync -R /home/runner/work/cloudlets/cloudlets/docs/_build/html gs://robusta-public/${{ env.DOCS_VERSION }}/
+ run: gsutil rsync -R /home/runner/work/robusta/robusta/docs/_build/html gs://robusta-public/${{ env.DOCS_VERSION }}/
0 commit comments