diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 48c74c9..6caaf4e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -43,6 +43,9 @@ jobs: - name: Install Node.js dependencies run: npm install + - name: Setup Go environment + uses: actions/setup-go@v5.0.0 + - name: Generate CRD reference docs run: ./generate.sh working-directory: ./crd-reference