Skip to content

Commit

Permalink
Fix link to download crd-ref-docs (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Dec 12, 2024
1 parent f3a2959 commit e341b6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
# Download crd-ref-docs utility for doc generation.
- name: Download crd-ref-docs
run: |
curl -fLO https://github.com/elastic/crd-ref-docs/releases/download/v0.1.0/crd-ref-docs
curl -fLO https://github.com/elastic/crd-ref-docs/releases/download/v0.1.0/crd-ref-docs_0.1.0_Linux_x86_64.tar.gz
tar -xzf crd-ref-docs_0.1.0_Linux_x86_64.tar.gz
chmod +x crd-ref-docs
sudo mv crd-ref-docs /usr/local/bin/
# Generate Operator CRD documentation.
Expand Down

0 comments on commit e341b6d

Please sign in to comment.