diff --git a/.gitea/workflows/ManualVarCheck.yaml b/.gitea/workflows/ManualVarCheck.yaml deleted file mode 100644 index 77489e9..0000000 --- a/.gitea/workflows/ManualVarCheck.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: Var Check -run-name: ${{ gitea.actor }} checked the value of the variables -on: workflow_dispatch - -jobs: - echo-vars: - runs-on: ubuntu-latest - steps: - - name: Echo branch var - run: echo ${{ vars.BRANCH }} diff --git a/.gitea/workflows/OnMergeOnPushToLive.yaml b/.gitea/workflows/OnMergeOnPushToLive.yaml index 60b2f8e..7c3668c 100644 --- a/.gitea/workflows/OnMergeOnPushToLive.yaml +++ b/.gitea/workflows/OnMergeOnPushToLive.yaml @@ -5,10 +5,10 @@ on: types: - closed branches: - - prod + - ${{ vars.BRANCH }} push: branches: - - prod + - ${{ vars.BRANCH }} jobs: build-and-deploy: diff --git a/public/Badges/Friends/ceressees.gif b/public/Badges/Friends/ceressees.gif deleted file mode 100644 index 744f098..0000000 Binary files a/public/Badges/Friends/ceressees.gif and /dev/null differ diff --git a/src/lib/FriendBadges.ts b/src/lib/FriendBadges.ts index 3912e0d..2c03c68 100644 --- a/src/lib/FriendBadges.ts +++ b/src/lib/FriendBadges.ts @@ -5,23 +5,15 @@ const FriendBadgesPath = "/Badges/Friends/"; const FriendBadges: Array = [ { image: FriendBadgesPath + "astreaprtcl-small.png", - url: "https://astreaprtcl.dev", - title: "⌬-0x7e5ac6" - }, - { - image: FriendBadgesPath + "ceressees.gif", - url: "https://ceressees.dev", - title: "Ceres" + url: "https://astreaprtcl.dev" }, { image: FriendBadgesPath + "autumnvleaves.jpg", - url: "https://autumnvleaves.neocities.org/", - title: "Autumn" + url: "https://autumnvleaves.neocities.org/" }, { image: FriendBadgesPath + "eva_poti_chat.png", url: "https://www.poti.chat", - title: "Eva" } ] diff --git a/src/pages/index.astro b/src/pages/index.astro index a772566..6038212 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -48,17 +48,4 @@ import "../styles/Badge.scss"; } - -

- 🡠 - Linuxposting webring - 🡢 -

-