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 1577b82 commit 6b6265c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- name: Upload Docs
id: upload-file
uses: 'google-github-actions/upload-cloud-storage@v2'
uses: google-github-actions/upload-cloud-storage@v2
with:
path: 'docs/build/html/**'
destination: 'docs-bucket-production/semantic-router'
path: docs/build/html/**
destination: docs-bucket-production/semantic-router

0 comments on commit 6b6265c

Please sign in to comment.