mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-16 10:35:09 +01:00
Remove GitHub actions
This commit is contained in:
1
.github/funding.yml
vendored
1
.github/funding.yml
vendored
@@ -1 +0,0 @@
|
|||||||
custom: https://www.buymeacoffee.com/markteekman
|
|
||||||
20
.github/workflows/releases.yml
vendored
20
.github/workflows/releases.yml
vendored
@@ -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"
|
|
||||||
@@ -33,7 +33,7 @@ import { Icon } from 'astro-icon/components'
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="menu-item type-icon">
|
<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" />
|
<Icon name="ion:logo-github" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user