Skip to content

Commit

Permalink
fixes the error 'the input device is not a TTY'
Browse files Browse the repository at this point in the history
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent bea6a12 commit 82dc7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: docker compose -f docker-compose.yml -f docker-compose.dev.yml up dev-service

- name: Generate API documentation
run: docker exec -it mathesar_service_dev ./manage.py spectacular --color --file schema.yml
run: docker exec -d mathesar_service_dev ./manage.py spectacular --color --file schema.yml

- name: Check if schema file has changed
run: git diff --quiet schema.yml || exit 0
Expand Down

0 comments on commit 82dc7ec

Please sign in to comment.