We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb12472 commit c314e72Copy full SHA for c314e72
1 file changed
.github/actions/publish-website/action.yml
@@ -36,7 +36,7 @@ runs:
36
working-directory: ./webui/scripts/dashboard-demo
37
run: |
38
npm install
39
- npx ci.ts
+ node ci.ts
40
shell: bash
41
- name: Stop Mokapi
42
if: always()
0 commit comments