Skip to content

Commit

Permalink
deploy docs action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Jun 20, 2021
1 parent 385eb14 commit d6f277c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
# using relative path doesn't work for some reason (aka ./_build/html)
- name: Upload docs to public gcp bucket
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 comments on commit d6f277c

Please sign in to comment.