🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit e714b5bcad00bab5784e0d570af9ead1b0a2aab1
Parent: deccce0a0ef1bd306db6bb92183d96410eb783af
Author: mcol <mcol@posteo.net>
Date: 2022-02-20 16:37:11 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2022-02-20 16:37:11 +0000

Remove --silent from CI stack

.github/workflows/ci.yaml Modified

@@ -30,7 +30,7 @@
 
     - name: Build
       run: |
-        stack --no-terminal --silent build
+        stack --no-terminal build
 
     - name: Run tests
       run: |