From 2b70810b85fe1c288079ab5d9d0097c1d95d1056 Mon Sep 17 00:00:00 2001 From: Nikodem Skotarczak <98488746+PurpleBored@users.noreply.github.com> Date: Fri, 3 May 2024 23:50:39 +0200 Subject: [PATCH] Delete .github directory --- .github/workflows/main.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 16b9fdb..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,10 +0,0 @@ -on: [push] - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'https://codeberg.org/Purplebored/My-Personal-Website.git' - GIT_USERNAME: purplebored - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}