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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v5
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -47,6 +47,10 @@
|
|||||||
</noscript>
|
</noscript>
|
||||||
<!-- End Matomo Code -->
|
<!-- End Matomo Code -->
|
||||||
|
|
||||||
|
<!-- Medama -->
|
||||||
|
<script defer src="https://medama.tainton.uk/script.js"></script>
|
||||||
|
<!-- End Medama -->
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
|
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
|
||||||
|
Reference in New Issue
Block a user