Skip to content

Commit

Permalink
Remove unwarranted --force parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Oct 11, 2023
1 parent 0d78bce commit db2325b
Showing 1 changed file with 1 addition 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

0 comments on commit db2325b

Please sign in to comment.