From 9aba1d3313b0014ff73b3ef81f2e4618b5094379 Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Thu, 8 Feb 2024 21:53:21 +0100 Subject: [PATCH] Remove GitHub actions --- .github/funding.yml | 1 - .github/workflows/releases.yml | 20 -------------------- src/components/Header.astro | 2 +- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .github/funding.yml delete mode 100644 .github/workflows/releases.yml diff --git a/.github/funding.yml b/.github/funding.yml deleted file mode 100644 index d953918..0000000 --- a/.github/funding.yml +++ /dev/null @@ -1 +0,0 @@ -custom: https://www.buymeacoffee.com/markteekman diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml deleted file mode 100644 index 5db4660..0000000 --- a/.github/workflows/releases.yml +++ /dev/null @@ -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" diff --git a/src/components/Header.astro b/src/components/Header.astro index ebb62cc..6c4e98a 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -33,7 +33,7 @@ import { Icon } from 'astro-icon/components'