Skip to content

Commit

Permalink
feat: update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Feb 27, 2024
1 parent 67d4117 commit d879d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
task: build-docs

- id: 'auth'
uses: 'google-github-actions/auth@v0'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'

- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v0'
uses: 'google-github-actions/deploy-appengine@v2'
with:
project_id: ${{ secrets.GCP_PROJECT }}
working_directory: ./doc
Expand Down

0 comments on commit d879d86

Please sign in to comment.