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

Commit 69129dca29a746f494ac2c5e02d11609e552ef7c
Parent: 26689989975a86b220582f9279ff1d9f0fc98725
Author: mcol <mcol@posteo.net>
Date: 2021-11-25 21:47:37 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-25 21:47:37 +0000

Make stack silent in CI

.github/workflows/haskell.yml Modified

@@ -28,7 +28,7 @@
 
     - name: Build
       run: |
-        stack --no-terminal build
+        stack --no-terminal --silent build
 
     - name: Test
       run: |