From ea3a488e6b88a3c51fad8d0b1ae24e7a7495bb7c Mon Sep 17 00:00:00 2001 From: thejaviertc Date: Sat, 17 Feb 2024 00:08:55 +0100 Subject: [PATCH 1/9] Fix: Show CI badge from dev branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd93fe50..21f5d8f3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ![Steam Workshop Stats](https://raw.githubusercontent.com/thejaviertc/thejaviertc/master/images/steam-workshop-stats.png)

Steam Workshop Stats

-

See the views, subscriptions and favs of your Steam Workshop addons

+

Analyze your Steam Workshop Addon Stats in one place!

- +
From a67cb98bc9bfb35f2677ee197f59d256d099ed61 Mon Sep 17 00:00:00 2001 From: thejaviertc Date: Sat, 17 Feb 2024 00:09:38 +0100 Subject: [PATCH 2/9] Chore: Keep github-pages-deploy always up to date in v4 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ba73a461..3d45852d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,7 +33,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: 🚀 Deploy Project - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages folder: build From 941ec710925837ba5630a5ae6a574f6cb742cd66 Mon Sep 17 00:00:00 2001 From: thejaviertc Date: Sat, 17 Feb 2024 00:10:23 +0100 Subject: [PATCH 3/9] Fix: Make version badge redirect to latest version instead of Github Repo --- src/routes/+layout.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 125e154d..fad53c2f 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -26,7 +26,7 @@