We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a82a58 commit 174e3e0Copy full SHA for 174e3e0
.github/workflows/node.js.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build
31
run: |
32
rm -rf Demo
33
- node .config/node/gird.js
+ node ./.config/node/gird.js
34
npm run docs:build
35
mkdir ./docs/image
36
cp -r ./image/* ./docs/image/
0 commit comments