Skip to content

Commit 83b45d0

Browse files
committed
build: update standards-api fetch branch to main
1 parent e11bdc6 commit 83b45d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/obtain-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sparseClone from "./sparse-clone.js";
55
import generateFileMetadata from "./generate-docs-file-meta.js";
66

77
const repos = [
8-
{ url: 'https://github.com/ukhsa-collaboration/standards-api.git', branch: 'feature/eleventy', outputDirName: 'api-design-guidelines' },
8+
{ url: 'https://github.com/ukhsa-collaboration/standards-api.git', branch: 'main', outputDirName: 'api-design-guidelines' },
99
{ url: 'https://github.com/ukhsa-collaboration/standards-development.git', branch: 'feature/eleventy', outputDirName: 'development-standards' },
1010
// Add more repos as needed
1111
];

0 commit comments

Comments
 (0)