mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-21 06:27:29 -05:00
fix indent
This commit is contained in:
parent
77b8e5082c
commit
4874b79a08
14
.github/workflows/build-webgl.yml
vendored
14
.github/workflows/build-webgl.yml
vendored
|
|
@ -90,13 +90,13 @@ jobs:
|
|||
echo "Success to WebGL SimpleViewer."
|
||||
|
||||
# make index
|
||||
cat <<__HTML__ > Build/index.html
|
||||
<h2>$GITHUB_SHA</h2>
|
||||
<ul>
|
||||
<li>URP<a href="./VRM10Viewer/">VRM10Viewer</a></li>
|
||||
<li>Built-in<a href="./SimpleViewer/">SimpleViewer</a></li>
|
||||
</ul>
|
||||
__HTML__
|
||||
cat << '__HTML__' > Build/index.html
|
||||
<h2>$GITHUB_SHA</h2>
|
||||
<ul>
|
||||
<li>URP<a href="./VRM10Viewer/">VRM10Viewer</a></li>
|
||||
<li>Built-in<a href="./SimpleViewer/">SimpleViewer</a></li>
|
||||
</ul>
|
||||
__HTML__
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user