Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit 7612c8a

Browse files
Update build command
1 parent e0574ff commit 7612c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mkdir docs
3636
npm install --g gh-pages
3737
npm i
38-
npm run build
38+
npm run build:docs
3939
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
4040
npm run deploy -u "github-actions-bot <support+actions@github.com>"
4141
env:

0 commit comments

Comments
 (0)