Skip to content

Commit

Permalink
deploying docs to robusta-docs instead of robusta-public (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeproid authored Jul 7, 2024
1 parent 5a960e1 commit fcc8658
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 @@ -74,7 +74,7 @@ jobs:
- name: Upload docs to public gcp bucket
if: needs.has-secrets.outputs.docs
run: gsutil rsync -R ./docs/_build/html "gs://robusta-public/${GITHUB_REF##*/}/"
run: gsutil rsync -R ./docs/_build/html "gs://robusta-docs/${GITHUB_REF##*/}/"

- name: Upload docs artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fcc8658

Please sign in to comment.