diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-08-24 12:53:59 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-08-24 12:53:59 +0200 |
| commit | 782a350e1f56292176ac8471195c889e47b2b841 (patch) | |
| tree | 441c689e1a638472fb1e090f2f0888c2ecd54372 /mise.toml | |
| parent | 978703ebc86060555da3df4c376e37d16aecce29 (diff) | |
| download | git2hugo-782a350e1f56292176ac8471195c889e47b2b841.tar.gz | |
g2h:Add branches, tags and project name to overview page
Diffstat (limited to 'mise.toml')
| -rw-r--r-- | mise.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ run = "pip install -r requirements.txt" [tasks.run] description = "Run g2h with the test repo" alias = "r" -run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out" +run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out --name 'Test repo'" [tasks.commit] run = [ |