Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Aug 30, 2024
1 parent f07f180 commit 284d3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- name: Upload Docs
id: upload-file
id: upload-directory
uses: google-github-actions/upload-cloud-storage@v2
with:
path: docs/build/html/**
path: docs/build/html
destination: docs-bucket-production/semantic-router

0 comments on commit 284d3c6

Please sign in to comment.