Compare commits
2 commits
702121212a
...
2c20250a7c
Author | SHA1 | Date | |
---|---|---|---|
2c20250a7c | |||
b2ca63c91e |
2 changed files with 4 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 18be64e4c3630f4ea946e74161bcf92b8ffb6c05
|
Subproject commit f3196ea0aabaaabd0fb612504af4e3a0d85edfa6
|
Loading…
Reference in a new issue