Commit fa4093b

benny-dou <60535774+benny-dou@users.noreply.github.com>
2026-04-27 01:07:57
ci(html): update `gitmal` to v1.0.2
1 parent 4fc364b
Changed files (1)
.github
workflows
.github/workflows/docker.yml
@@ -85,14 +85,14 @@ jobs:
         run: |
           if [ ! -x "$HOME/.local/bin/gitmal" ]; then
           mkdir -p ~/.local/bin
-          curl -fsSL -o "$HOME/.local/bin/gitmal" "https://github.com/antonmedv/gitmal/releases/download/v1.0.0/gitmal_linux_amd64"
+          curl -fsSL -o "$HOME/.local/bin/gitmal" "https://github.com/antonmedv/gitmal/releases/download/v1.0.2/gitmal_linux_amd64"
           chmod +x "$HOME/.local/bin/gitmal"
           fi
 
       - name: Build Static HTML
         shell: bash
         run: |
-          ~/.local/bin/gitmal -branches main -minify -theme tokyonight-night -name bennybot -output output
+          ~/.local/bin/gitmal --branches main --minify --theme tokyonight-night --name bennybot --output output
 
       - name: Push HTML
         uses: JamesIves/github-pages-deploy-action@v4