Commit d725a0be authored by chenhe's avatar chenhe

fix

parent a8db5a48
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
# sparse checkout dify-docs repo # sparse checkout dify-docs repo
git clone --depth 1 --filter=blob:none --sparse $TARGET_REPO dify-docs-sparse git clone --depth 1 --filter=blob:none --sparse $TARGET_REPO dify-docs-sparse
cd dify-docs-sparse cd dify-docs-sparse
git sparse-checkout set en/tutorials/* zh_CN/tutorials/* git sparse-checkout set en/tutorials/ zh_CN/tutorials/
# Sync files to different language directories # Sync files to different language directories
for file in $CHANGED_FILES; do for file in $CHANGED_FILES; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment