Skip to content

Commit c451288

Browse files
Bump google-github-actions/setup-gcloud from 0 to 1 (#15671)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0 to 1. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4837df4 commit c451288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ defaults:
1818
jobs:
1919
# https://github.com/marketplace/actions/deploy-to-github-pages
2020
build-docs-deploy:
21+
if: github.repository_owner == 'Lightning-AI'
2122
runs-on: ubuntu-20.04
2223
steps:
2324
- name: Checkout 🛎️
@@ -81,7 +82,7 @@ jobs:
8182
credentials_json: ${{ secrets.GCS_SA_KEY }}
8283

8384
- name: Setup gcloud
84-
uses: google-github-actions/setup-gcloud@v0
85+
uses: google-github-actions/setup-gcloud@v1
8586
with:
8687
project_id: ${{ secrets.GCS_PROJECT }}
8788

0 commit comments

Comments
 (0)