|
15 | 15 | "_commit:public": "HASH=$(git rev-parse --short main); cd public && git add -A && git commit --allow-empty -m \"Site at $HASH\"", |
16 | 16 | "_diff:check": "git diff --name-only --exit-code", |
17 | 17 | "_fix:permissions": "chmod -R u+w public/* 2>/dev/null || true", |
18 | | - "_get:docsy": "hugo mod get github.com/google/docsy@v$npm_package_version", |
| 18 | + "_get:docsy": "hugo mod get github.com/google/docsy/theme@v$npm_package_version", |
19 | 19 | "_hugo-dev": "npm run _hugo -- -e dev --logLevel info -DFE", |
20 | 20 | "_hugo": "hugo --cleanDestinationDir", |
21 | 21 | "_local": "npx cross-env HUGO_MODULE_WORKSPACE=docsy.work", |
|
43 | 43 | "test-and-fix": "npm run fix && npm run test-only", |
44 | 44 | "test-only": "npm run check:links", |
45 | 45 | "test": "npm run test-and-fix", |
46 | | - "update:docsy:main": "hugo mod get -u github.com/google/docsy@main && hugo mod tidy", |
47 | | - "update:docsy:mod": "hugo mod get -u github.com/google/docsy && hugo mod tidy", |
| 46 | + "update:docsy:main": "hugo mod get -u github.com/google/docsy/theme@main && hugo mod tidy", |
| 47 | + "update:docsy:mod": "hugo mod get -u github.com/google/docsy/theme && hugo mod tidy", |
48 | 48 | "update:hugo": "npm install --save-dev --save-exact hugo-extended@latest", |
49 | 49 | "update:main": "npm run update:packages && npm run update:docsy:main", |
50 | 50 | "update:packages:not-hugo": "npm run update:packages -- -x hugo-extended", |
|
0 commit comments