Compare commits
No commits in common. "17fdb9425bfa69e3f4a2748674d9015df70ff88e" and "658cd93911fd1851ba79ed10f3374d95e2b2e0cd" have entirely different histories.
17fdb9425b
...
658cd93911
5 changed files with 4 additions and 35 deletions
|
|
@ -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 }}
|
||||
|
|
@ -5,10 +5,10 @@ on:
|
|||
types:
|
||||
- closed
|
||||
branches:
|
||||
- prod
|
||||
- ${{ vars.BRANCH }}
|
||||
push:
|
||||
branches:
|
||||
- prod
|
||||
- ${{ vars.BRANCH }}
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 726 B |
|
|
@ -5,23 +5,15 @@ const FriendBadgesPath = "/Badges/Friends/";
|
|||
const FriendBadges: Array<BadgeInfo> = [
|
||||
{
|
||||
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"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -48,17 +48,4 @@ import "../styles/Badge.scss";
|
|||
}
|
||||
</div>
|
||||
</Panel>
|
||||
<Panel title="Webring!">
|
||||
<p>
|
||||
<a
|
||||
href="https://tilde.linuxposting.xyz/ring.py?prev&foxgirlriley.neocities.org"
|
||||
>🡠</a
|
||||
>
|
||||
<a href="#" title="Coming soon">Linuxposting webring</a>
|
||||
<a
|
||||
href="https://tilde.linuxposting.xyz/ring.py?next&foxgirlriley.neocities.org"
|
||||
>🡢</a
|
||||
>
|
||||
</p>
|
||||
</Panel>
|
||||
</Main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue