This commit is contained in:
parent
b2ca63c91e
commit
2c20250a7c
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ jobs:
|
|||
run: |
|
||||
git submodule init
|
||||
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
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.ssh_key }}
|
||||
|
|
Loading…
Reference in a new issue