From 2c20250a7c1cbf613aee3b12c26a2380c9669a5c Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sun, 15 Sep 2024 17:02:17 -0400 Subject: [PATCH] Very hacky way to add the Plausible snippet --- .forgejo/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index b611cc6..75b8f3f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -19,6 +19,9 @@ jobs: run: | git submodule init git submodule update + - name: Add Plausible snippet (hacky) + run: | + sed -i 's,^$,\n\t,' themes/binario/layouts/_default/baseof.html - name: Setup SSH env: SSH_KEY: ${{ secrets.ssh_key }}