Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/zh-cn-sync-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,8 @@ jobs:
done
echo "------------------------"
echo "Please add redirects in docs.json for moved files using the format:"
echo '{
"redirects": [
{
"source": "/path/to/old-file",
"destination": "/path/to/new-file"
}
]
}'
echo '{"redirects":[{"source":"/path/to/old-file","destination":"/path/to/new-file"}]}'
echo "------------------------"
fi

# Exit with error if we found issues
Expand All @@ -170,4 +164,4 @@ jobs:
else
echo "------------------------"
echo "✅ All checks passed!"
fi
fi