Skip to content

Commit

Permalink
Merge pull request #126 from spinkube/fix/github-action
Browse files Browse the repository at this point in the history
Setup Go environment in GitHub Action
  • Loading branch information
vdice authored Mar 18, 2024
2 parents f3a55cf + 9bf28aa commit b613297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Install Node.js dependencies
run: npm install

- name: Setup Go environment
uses: actions/[email protected]

- name: Generate CRD reference docs
run: ./generate.sh
working-directory: ./crd-reference
Expand Down

0 comments on commit b613297

Please sign in to comment.