Skip to content

Commit ae912a6

Browse files
committed
fix(ci): correct Docusaurus org/project and deploymentBranch for gh-pages
1 parent bbba9e2 commit ae912a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ const config = {
2727

2828
// GitHub pages deployment config.
2929
// If you aren't using GitHub pages, you don't need these.
30-
organizationName: 'workwork', // Usually your GitHub org/user name.
31-
projectName: 'docs', // Usually your repo name.
30+
organizationName: 'WorkWorkLabs', // GitHub org/user name
31+
projectName: 'Docs', // GitHub repo name
32+
deploymentBranch: 'gh-pages',
3233

3334
onBrokenLinks: 'throw',
3435

0 commit comments

Comments
 (0)