We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213ad16 commit ad47e9fCopy full SHA for ad47e9f
.github/workflows/CI.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: yarn
31
- name: Build with DocPad
32
- run: yarn deploy
+ run: yarn build
33
- name: Upload artifact
34
uses: actions/upload-pages-artifact@v1
35
with:
package.json
@@ -26,7 +26,7 @@
26
],
27
"scripts": {
28
"test": "grunt test",
- "deploy": "grunt deploy"
+ "build": "grunt build"
},
"dependencies": {},
"devDependencies": {
0 commit comments