Skip to content

Commit d6c4d14

Browse files
committed
fix: update build command for documentation generation in GitHub Actions workflow
1 parent cbcc3d9 commit d6c4d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
node-version: 10
1111
- run: npm install
12-
- run: npm run-script build:docs
12+
- run: npm run docs:build
1313
- name: Deploy Docs
1414
uses: JamesIves/[email protected]
1515
with:

0 commit comments

Comments
 (0)