mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Update README and add ogp for optuna-dashboard-wasm
This commit is contained in:
@@ -39,11 +39,7 @@ jobs:
|
||||
mkdir gh-publish
|
||||
cp -r standalone_app/public gh-publish/public
|
||||
cp standalone_app/favicon.ico gh-publish/favicon.ico
|
||||
- name: Create index.html
|
||||
run: |
|
||||
cp standalone_app/index.html gh-publish/index.html
|
||||
sed -i "s|/public/bundle.js|/optuna-dashboard/public/bundle.js|g" ./gh-publish/index.html
|
||||
sed -i "s|/favicon.ico|/optuna-dashboard/favicon.ico|g" ./gh-publish/index.html
|
||||
cp standalone_app/github-pages.html gh-publish/index.html
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user