2
.github/workflows/update-spec-for-docs.yml
vendored
2
.github/workflows/update-spec-for-docs.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Ensure no files changed
|
- name: Ensure no files changed
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ `git status --porcelain` ]]; then
|
if [[ `git status --porcelain kittycad/` ]]; then
|
||||||
echo "Files changed, exiting";
|
echo "Files changed, exiting";
|
||||||
exit 1;
|
exit 1;
|
||||||
else
|
else
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user