Skip to content

Commit

Permalink
ci: google API SDK is not included in the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinschmitz authored Feb 2, 2024
1 parent c39a0ba commit 0f46dad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-private-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
run: 'cp .azure/login/frontdoor.html www/frontdoor.html'

- name: Install Google Sheets API SDK
if: steps.cache_build.outputs.cache-hit != 'true'
run: 'npm install googleapis@^128.0.0 --no-save'

- name: Download sheet data
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-production-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,6 @@ jobs:
- name: Close Pull Request for Production
uses: Azure/static-web-apps-deploy@v1
with:
app_location: 's'
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_OCEAN_0BB48C403 }}
action: 'close'
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,6 @@ jobs:
- name: Close Pull Request for Staging
uses: Azure/static-web-apps-deploy@v1
with:
app_location: ''
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_ROCK_069A8B403 }}
action: 'close'

0 comments on commit 0f46dad

Please sign in to comment.