git_infra

Git infra scripts for git.bracken.jp
git clone https://git.bracken.jp/git_infra.git
Log | Files | Refs | LICENSE

commit 64e2a24df3a43ddd2601df76634322ae0b1614cb
parent 1e508a7c37525ffea349cd5ee8320eaaa9c1e968
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 12 Aug 2021 00:43:47 +0000

Link favicon.png in post-receive hook

Like style.css and logo.png, link favicon.png in the static output
directory for the repo as part of the post-receive hook.

Diffstat:
Mpost-receive.d/stagit | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/post-receive.d/stagit b/post-receive.d/stagit @@ -68,3 +68,4 @@ echo "[stagit] Linking assets" ln -sf log.html index.html ln -sf ../style.css style.css ln -sf ../logo.png logo.png +ln -sf ../favicon.png favicon.png