Skip to content

Commit

Permalink
install gcloud in private website action (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie authored Oct 15, 2024
1 parent b08cbb2 commit 6c2f148
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_private_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
steps:
- uses: 'actions/checkout@v4'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2

- name: Authenticate with Google Cloud
uses: 'google-github-actions/auth@v2.1.3'
with:
Expand All @@ -37,6 +40,7 @@ jobs:
with:
name: ${{inputs.artifact}}
path: ./website-artifact

- name: Deploy to Google Cloud Storage
run: |
WEBSITE_DIR=./website-artifact
Expand Down

0 comments on commit 6c2f148

Please sign in to comment.