Skip to content

Commit d6f277c

Browse files
committed
deploy docs action fix
1 parent 385eb14 commit d6f277c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
7171
# using relative path doesn't work for some reason (aka ./_build/html)
7272
- 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 }}/
73+
run: gsutil rsync -R /home/runner/work/robusta/robusta/docs/_build/html gs://robusta-public/${{ env.DOCS_VERSION }}/

0 commit comments

Comments
 (0)