Skip to content

Commit 2927249

Browse files
authored
Update the gh-pages script and update the siteConfig default name (#155)
1 parent d3068bb commit 2927249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"write-translations": "docusaurus-write-translations",
88
"version": "docusaurus-version",
99
"rename-version": "docusaurus-rename-version",
10-
"deploy": "gh-pages -d build/clay-cli"
10+
"deploy": "gh-pages -d build/claycli"
1111
},
1212
"devDependencies": {
1313
"docusaurus": "^1.7.2",

website/siteConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// site configuration options.
33

44
const repoUrl = 'https://github.com/clay/claycli',
5-
projectName = process.env.PROJECT_NAME || 'site';
5+
projectName = process.env.PROJECT_NAME || 'claycli';
66

77
// List of projects/orgs using your project for the users page.
88
const users = [

0 commit comments

Comments
 (0)