Skip to content

Commit 07b6eab

Browse files
committed
fix path
1 parent 7752874 commit 07b6eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/publish-website/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
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 }}
3434
shell: bash
3535
- name: Build Demo Dashboard
36-
working-directory: ./webui/scripts/dashboard-demo/demo-configs
36+
working-directory: ./webui/scripts/dashboard-demo
3737
run: node ci.ts
3838
shell: bash
3939
- name: Stop Mokapi

0 commit comments

Comments
 (0)