git.grace.moe

Source for the git site git.grace.moe
git clone https://git.grace.moe/git.grace.moe
Log | Files | Refs | Submodules

commit 59ed75f970ea95b13b141474e89df0a3ed8f7101
parent 2ace40ff6afa99e260547fd8391a0dd3a6cbca73
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Sat,  3 May 2025 03:30:10 +0800

Build stagit when running make.py

Diffstat:
Mmake.py | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/make.py b/make.py @@ -89,7 +89,9 @@ async def main(): """ rm -rf public mkdir -p public - """ + ( cd stagit && make ) + """, + echo=EchoAll, ) await asyncio.gather( shell(