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 }}