Skip to content

Commit 493cacf

Browse files
Merge branch 'main' into atru/contributor-instructions-for-versioned-docs
2 parents 396bc16 + 3c0d677 commit 493cacf

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)