Quote Escape
This commit is contained in:
2
.github/workflows/docs_automation.yml
vendored
2
.github/workflows/docs_automation.yml
vendored
@@ -174,7 +174,7 @@ jobs:
|
||||
CHANGED_DOCS=$(git diff --name-only docs/src/ | sed 's|^docs/||' | tr '\n' ' ')
|
||||
if [ -n "$CHANGED_DOCS" ]; then
|
||||
echo "Formatting: $CHANGED_DOCS"
|
||||
cd docs && prettier --write $CHANGED_DOCS
|
||||
cd docs && prettier --write "$CHANGED_DOCS"
|
||||
fi
|
||||
|
||||
# Create PR
|
||||
|
||||
Reference in New Issue
Block a user