Skip to content

Commit

Permalink
Convert script to cjs file
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 13, 2025
1 parent dc1460f commit 9bce3f7
Show file tree
Hide file tree
Showing 54 changed files with 3 additions and 3,625 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ async function main() {
const repoUrl = `https://${process.env.GITHUB_TOKEN}@github.com/org/sdk-docs.git`
await git.clone(repoUrl, './sdk-docs')

// TODO: remove: Change into the sdk-docs directory and checkout the branch
await git.cwd('./sdk-docs').checkout('generate-docs')

// Copy docs to the target location
await copyDocs(
'./docs', // source directory
Expand Down
192 changes: 0 additions & 192 deletions docs/_README.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/_globals.md

This file was deleted.

Loading

0 comments on commit 9bce3f7

Please sign in to comment.