Skip to content

Commit

Permalink
Change CRD doc automation to build index files as well (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek authored Oct 4, 2023
1 parent 9824c11 commit b7c6452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api-docs-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ jobs:
docker exec "$container_id" task controller:gen-crd-docs
# After generating the API docs (above), regenerate our index files as now new CRDs can be linked to their docs
# Have to force this to ensure the index files are updated
- name: Generate Index files
run: |
container_id=${{ env.container_id }}
docker exec "$container_id" task controller:generate-types
docker exec "$container_id" task controller:generate-types --force
# Workaround for getting "Permission denied" errors when trying to stage files
- name: Take Ownership
Expand Down

0 comments on commit b7c6452

Please sign in to comment.