feat: add build system
Some checks failed
/ deploy_site (push) Has been cancelled

This commit is contained in:
2024-12-30 14:40:09 +09:00
parent 6cbeecea87
commit 32dc5eb667
9 changed files with 845 additions and 24 deletions

View File

@ -32,7 +32,7 @@
<div class="progress-bar progress-bar-striped progress-bar-animated bg-secondary" style="width: 100%"></div>
</div>
<p>Progressing</p>
<p class="m-0">Progressing</p>
</td>
<% } %>
@ -42,7 +42,7 @@
<div class="progress-bar progress-bar-striped bg-danger" style="width: 100%"></div>
</div>
<p>Error</p>
<p class="m-0">Error</p>
</td>
<% } %>
@ -52,6 +52,6 @@
<div class="progress-bar" style="width: 0%"></div>
</div>
<p>Ready</p>
<p class="m-0">Ready</p>
</td>
<% } %>