Remove GitHub actions

This commit is contained in:
Martin Prokoph
2024-02-08 21:53:21 +01:00
parent ce144849f3
commit 9aba1d3313
3 changed files with 1 additions and 22 deletions

1
.github/funding.yml vendored
View File

@@ -1 +0,0 @@
custom: https://www.buymeacoffee.com/markteekman

View File

@@ -1,20 +0,0 @@
---
name: "prepare-release"
on:
push:
branches:
- "main"
jobs:
pre-release:
name: "Prepare Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Next Release"

View File

@@ -33,7 +33,7 @@ import { Icon } from 'astro-icon/components'
</ul>
</li>
<li class="menu-item type-icon">
<a href="https://github.com/markteekman/accessible-astro-starter" title="Go to the GitHub page">
<a href="https://github.com/Motschen" title="View my GitHub profile">
<Icon name="ion:logo-github" />
</a>
</li>