mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-15 10:05: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>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user