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 0ebd9f3 commit 1577b82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
token_format: "access_token"
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- id: 'upload-file'
- name: Upload Docs
id: upload-file
uses: 'google-github-actions/upload-cloud-storage@v2'
with:
path: 'docs/build/html/**'
Expand Down

0 comments on commit 1577b82

Please sign in to comment.