Skip to content

Commit ad47e9f

Browse files
committed
Fix build script name
1 parent 213ad16 commit ad47e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: yarn
3131
- name: Build with DocPad
32-
run: yarn deploy
32+
run: yarn build
3333
- name: Upload artifact
3434
uses: actions/upload-pages-artifact@v1
3535
with:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"scripts": {
2828
"test": "grunt test",
29-
"deploy": "grunt deploy"
29+
"build": "grunt build"
3030
},
3131
"dependencies": {},
3232
"devDependencies": {

0 commit comments

Comments
 (0)