Commit fa4093b
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