Fix public path

This commit is contained in:
keisuke-umezawa
2023-10-10 23:00:03 +09:00
parent 3ab4be4ce3
commit 6f4724f733
@@ -42,8 +42,6 @@ jobs:
python -m pip install --progress-bar off pytest-playwright
- name: Build standalone_app
env:
PUBLIC_PATH: /optuna-dashboard/public/
run: make MODE="prd" standalone_app/public/bundle.js
- name: Install the required browsers