2 Commits

Author SHA1 Message Date
renovate[bot]
3403cebba9 Update peaceiris/actions-gh-pages action to v4 2025-01-12 15:29:33 +00:00
Dave Gallant
3272b67283 Replace google analytics with umami analytics 2025-01-12 10:27:21 -05:00
3 changed files with 3 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- run: hugo --minify - run: hugo --minify
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: generated publish_branch: generated

View File

@@ -5,10 +5,6 @@ enableGitInfo: true
enableRobotsTXT: true enableRobotsTXT: true
paginate: 20 paginate: 20
services:
googleAnalytics:
ID: G-V8WJDERTX9
build: build:
noJSConfigInAssets: true noJSConfigInAssets: true
writeStats: true writeStats: true

View File

@@ -0,0 +1,2 @@
<!-- Umami Analytics -->
<script defer src="https://umami.snake-cloud.ts.net/script.js" data-website-id="e8adafba-b892-4dad-a139-2bd61fe5fab9"></script>