Compare commits
2 Commits
feat/cicd
...
1a3c6a29ec
Author | SHA1 | Date | |
---|---|---|---|
1a3c6a29ec | |||
dc6562a938 |
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
@ -47,6 +47,10 @@
|
||||
</noscript>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
<!-- Medama -->
|
||||
<script defer src="https://medama.tainton.uk/script.js"></script>
|
||||
<!-- End Medama -->
|
||||
|
||||
</head>
|
||||
|
||||
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
|
||||
|
Reference in New Issue
Block a user