diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 1ae302b4a..e89d059c6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -57,6 +57,11 @@ jobs: with: version: '>= 363.0.0' + - name: Set up Kubectl + uses: steebchen/kubectl@v1 + with: + version: 'v1.21.0' + - name: Authenticate to Google Cloud uses: google-github-actions/auth@v2 with: