Update README and add ogp for optuna-dashboard-wasm

This commit is contained in:
c-bata
2023-08-30 15:50:15 +09:00
parent fff051d32f
commit d85562b3f6
3 changed files with 34 additions and 20 deletions
+1 -5
View File
@@ -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: