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'