mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
fix: correct docs.json path in analysis workflow
This commit is contained in:
4
.github/workflows/sync_docs_analyze.yml
vendored
4
.github/workflows/sync_docs_analyze.yml
vendored
@@ -230,8 +230,8 @@ jobs:
|
||||
docs_json_changed = f.read().strip() == "true"
|
||||
|
||||
if docs_json_changed:
|
||||
# Get docs.json size
|
||||
docs_json_size = os.path.getsize("../../docs.json")
|
||||
# Get docs.json size (from repo root)
|
||||
docs_json_size = os.path.getsize("docs.json")
|
||||
files_to_sync.append({
|
||||
"path": "docs.json",
|
||||
"size": docs_json_size,
|
||||
|
||||
Reference in New Issue
Block a user