Skip to content

Commit

Permalink
Customize shell for docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent 267c901 commit 962c2f9
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 @@ -27,7 +27,7 @@ jobs:
with:
image: mathesar/mathesar-dev:latest
run: ./manage.py spectacular --color --file schema.yml
shell: python
shell: python

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

0 comments on commit 962c2f9

Please sign in to comment.