Compare commits
No commits in common. "2c20250a7c1cbf613aee3b12c26a2380c9669a5c" and "702121212a121e778385ecd20659c1acc30c7b5c" have entirely different histories.
2c20250a7c
...
702121212a
2 changed files with 1 additions and 4 deletions
|
@ -19,9 +19,6 @@ 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 f3196ea0aabaaabd0fb612504af4e3a0d85edfa6
|
Subproject commit 18be64e4c3630f4ea946e74161bcf92b8ffb6c05
|
Loading…
Reference in a new issue