aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-23 00:31:52 -0300
committerEuAndreh <eu@euandre.org>2022-01-23 00:31:52 -0300
commitc93b4aab520538f07c61c72b592e0a359ddf9b06 (patch)
treeb7b5a61ced4203e717e3851d098fa8e6475e2490 /aux
parentpaku.json: Update td (diff)
downloadpackage-repository-c93b4aab520538f07c61c72b592e0a359ddf9b06.tar.gz
package-repository-c93b4aab520538f07c61c72b592e0a359ddf9b06.tar.xz
aux/: Update
Diffstat (limited to 'aux')
-rwxr-xr-xaux/ci/ci-build.sh2
-rw-r--r--aux/workflow/style.css9
2 files changed, 10 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh
index 5e5e656..8d18252 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -59,5 +59,5 @@ EOF
RUNNER='sh -c'
fi
- $RUNNER 'make clean public dev-check'
+ $RUNNER 'make clean dev-check'
} 2>&1 | tee "$LOGFILE"
diff --git a/aux/workflow/style.css b/aux/workflow/style.css
index 56e4712..c3496b5 100644
--- a/aux/workflow/style.css
+++ b/aux/workflow/style.css
@@ -59,4 +59,13 @@
.CANCELLED, .DONE, .WONTFIX {
color: green;
}
+
+ pre > code {
+ display: block;
+ border: 1px solid #ccc;
+ border-radius: 10px;
+ padding: 10px;
+ overflow: auto;
+ white-space: pre;
+ }
</style>