Skip to content

Commit

Permalink
ci: Fix variable name for preview bucket (deephaven#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon authored Feb 5, 2025
1 parent 3fb9894 commit 8dee3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
source: docs-build/${{ env.package }}/${{ env.version }}/
destination: deephaven/deephaven-plugins/${{ env.package }}/${{ env.version }}/
project_number: ${{ secrets.DOCS_GOOGLE_CLOUD_PROJECT_NUMBER}}
bucket: ${{ github.event.workflow_run.event == 'push' && vars.DOCS_GOOGLE_CLOUD_BUCKET || vars.DOC_PREVIEW_BUCKET }}
bucket: ${{ github.event.workflow_run.event == 'push' && vars.DOCS_GOOGLE_CLOUD_BUCKET || vars.DOCS_PREVIEW_BUCKET }}
credentials: ${{ secrets.DOCS_GOOGLE_CLOUD_CREDENTIALS }}

- name: Comment on PR
Expand Down

0 comments on commit 8dee3d6

Please sign in to comment.