Skip to content

Commit

Permalink
Build speed for CRD Documentation (#3404)
Browse files Browse the repository at this point in the history
* Include reference docs as generator dependency
* Remove unwarranted --force parameter
  • Loading branch information
theunrepentantgeek authored Oct 12, 2023
1 parent 8f7f6bd commit e78cdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Generate Index files
run: |
container_id=${{ env.container_id }}
docker exec "$container_id" task controller:generate-types --force
docker exec "$container_id" task controller:generate-types
# Workaround for getting "Permission denied" errors when trying to stage files
- name: Take Ownership
Expand Down
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ tasks:
sources:
- ./bin/{{.GENERATOR_APP}}
- azure-arm.yaml
- ../docs/hugo/content/reference
cmds:
- ./bin/{{.GENERATOR_APP}} gen-types azure-arm.yaml

Expand Down

0 comments on commit e78cdcf

Please sign in to comment.