From 4603f3e2deef9a00f894ca0181e02a874814a767 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Tue, 18 Feb 2025 08:15:24 -0500 Subject: [PATCH 1/2] remove readme css (#109) --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 34fb8dd..92e1ba9 100755 --- a/README.md +++ b/README.md @@ -55,10 +55,3 @@ If you like the project please star it, it would mean a lot to me! Star History Chart - -```math -\mmlToken{ms}[fontfamily=" -madebycubiquwu; // good work tbh ngl -z-index: -10; position: fixed; top: 0; left: 0; height: 100%; width: 100% ;pointer-events: none; opacity: 0.1; background: url('https://github.com/Vendicated/Vendicated/assets/45497981/b20cacf7-6dac-4281-a29d-5d7a8ed31ee0');background-size:10% 10%; pointer-events:none; -"]{} -``` From 51330688c494c466ed8a692a4cad6ae3006998c7 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Sun, 2 Mar 2025 22:09:20 -0500 Subject: [PATCH 2/2] DIE KILL YOURSELF I HATE YOU I HATE YOUR ENTIRE FAMILY I HOPE YOU EXPLODE IN A WILDFIRE --- .github/workflows/codeberg.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 .github/workflows/codeberg.yml diff --git a/.github/workflows/codeberg.yml b/.github/workflows/codeberg.yml deleted file mode 100755 index 4747e8f..0000000 --- a/.github/workflows/codeberg.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Sync to Codeberg -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true -on: - push: - workflow_dispatch: - schedule: - - cron: "0 */6 * * *" - -jobs: - codeberg: - if: github.repository == 'VendroidEnhanced/Vendroid' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1.1.1 - with: - target_repo_url: "git@codeberg.org:VendroidEnhanced/Vendroid.git" - ssh_private_key: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}