Skip to content

Commit 3c0d677

Browse files
authored
Repo sync (#1144)
This is an automated pull request to sync changes between the public and private unified docs repos. To preserve continuity across repos, _do not squash_ this pull request.
2 parents caf1f65 + 2729e6b commit 3c0d677

File tree

5 files changed

+107105
-123230
lines changed

5 files changed

+107105
-123230
lines changed

.github/actions/copy-cloud-docs-for-tfe/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ export async function main(
259259
)
260260

261261
const destAbsolutePath = path.join(dest, relPath)
262+
const directoryPath = path.dirname(destAbsolutePath);
263+
264+
fs.mkdirSync(directoryPath, { recursive: true });
262265
fs.writeFileSync(destAbsolutePath, contents)
263266
}
264267
}

0 commit comments

Comments
 (0)