We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4837df4 commit c451288Copy full SHA for c451288
.github/workflows/docs-deploy.yml
@@ -18,6 +18,7 @@ defaults:
18
jobs:
19
# https://github.com/marketplace/actions/deploy-to-github-pages
20
build-docs-deploy:
21
+ if: github.repository_owner == 'Lightning-AI'
22
runs-on: ubuntu-20.04
23
steps:
24
- name: Checkout 🛎️
@@ -81,7 +82,7 @@ jobs:
81
82
credentials_json: ${{ secrets.GCS_SA_KEY }}
83
84
- name: Setup gcloud
- uses: google-github-actions/setup-gcloud@v0
85
+ uses: google-github-actions/setup-gcloud@v1
86
with:
87
project_id: ${{ secrets.GCS_PROJECT }}
88
0 commit comments