We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c083fad commit d834632Copy full SHA for d834632
1 file changed
.github/workflows/sync_docs_analyze.yml
@@ -230,8 +230,8 @@ jobs:
230
docs_json_changed = f.read().strip() == "true"
231
232
if docs_json_changed:
233
- # Get docs.json size
234
- docs_json_size = os.path.getsize("../../docs.json")
+ # Get docs.json size (from repo root)
+ docs_json_size = os.path.getsize("docs.json")
235
files_to_sync.append({
236
"path": "docs.json",
237
"size": docs_json_size,
0 commit comments