commit 7a820b4f21c95a2818069330c4294be38fc7945b
parent 177140f8ed5fc229044548186d53f926d5d3400e
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Wed, 9 Sep 2026 03:45:31 +0900
ci(workflow): fix step formatting in stagit-build workflow
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/stagit-build.yml b/.github/workflows/stagit-build.yml
@@ -30,7 +30,9 @@ jobs:
[ -z "$url" ] && continue
repo_name=$(basename "$url" .git)
git clone --bare "$url" "repositories/${repo_name}.git"
- done - name: Generate HTML with Stagit Container
+ done
+
+ - name: Generate HTML with Stagit Container
run: |
docker run --rm \
-v "$PWD/html:/html" \