Skip to content

Commit

Permalink
Add org name
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 13, 2025
1 parent 095efe0 commit 5b6fde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-scripts/update-sdk-docs.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function main() {
try {
// Clone the SDK docs repo
const git = simpleGit()
const repoUrl = `https://x-access-token:${process.env.GITHUB_TOKEN}@github.com/org/sdk-docs.git`
const repoUrl = `https://x-access-token:${process.env.GITHUB_TOKEN}@github.com/centrifuge/sdk-docs.git`
await git.clone(repoUrl, './sdk-docs', ['--branch', 'generate-docs'])

// TODO: remove: Change into the sdk-docs directory and checkout the branch
Expand Down

0 comments on commit 5b6fde1

Please sign in to comment.