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

Commit 60edf19

Browse files
Merge pull request #10 from webdevnerdstuff/dev
Update build command
2 parents 9d56612 + 7612c8a commit 60edf19

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)