We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7752874 commit 07b6eabCopy full SHA for 07b6eab
1 file changed
.github/actions/publish-website/action.yml
@@ -33,7 +33,7 @@ runs:
33
run: docker run --name mokapi --rm -d -p 80:80 -p 8080:8080 -p 9092:9092 -p 8389:8389 -p 8025:8025 --mount type=bind,source=$(pwd)/webui/scripts/dashboard-demo/demo-configs,target=/data --env MOKAPI_Providers_File_Directory=/data ${{ inputs.image-name }}
34
shell: bash
35
- name: Build Demo Dashboard
36
- working-directory: ./webui/scripts/dashboard-demo/demo-configs
+ working-directory: ./webui/scripts/dashboard-demo
37
run: node ci.ts
38
39
- name: Stop Mokapi
0 commit comments