Very hacky way to add the Plausible snippet
Some checks failed
/ deploy (push) Failing after 2m7s

This commit is contained in:
Sergio Durigan Junior 2024-09-15 17:02:17 -04:00
parent b2ca63c91e
commit 2c20250a7c
Signed by: sergiodj
GPG key ID: D0EB762865FC5E36

View file

@ -19,6 +19,9 @@ jobs:
run: | run: |
git submodule init git submodule init
git submodule update git submodule update
- name: Add Plausible snippet (hacky)
run: |
sed -i 's,^<head>$,<head>\n\t<script defer data-domain="blog.sergiodj.net" src="https://plausible.sergiodj.net/js/script.js"></script>,' themes/binario/layouts/_default/baseof.html
- name: Setup SSH - name: Setup SSH
env: env:
SSH_KEY: ${{ secrets.ssh_key }} SSH_KEY: ${{ secrets.ssh_key }}