From 05364b63898af7ede71ecb06eb228d7a7955dd33 Mon Sep 17 00:00:00 2001 From: whats2000 <60466660+whats2000@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:25:37 +0800 Subject: [PATCH] Revert "emp Fix: Redirect to mirror dev website" This reverts commit 31781246d0753ca5d80ca2dbb3b4ea89a74477f3. --- .github/workflows/manually_deploy.yaml | 24 ------------------------ index.html | 20 -------------------- 2 files changed, 44 deletions(-) delete mode 100644 .github/workflows/manually_deploy.yaml delete mode 100644 index.html diff --git a/.github/workflows/manually_deploy.yaml b/.github/workflows/manually_deploy.yaml deleted file mode 100644 index b972690..0000000 --- a/.github/workflows/manually_deploy.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Manual GH-Pages Deployment - -on: - workflow_dispatch: - inputs: - confirm: - description: 'Type YES to deploy' - required: true - default: 'NO' - -jobs: - deploy: - runs-on: ubuntu-latest - if: ${{ github.event.inputs.confirm == 'YES' }} - steps: - - name: Checkout gh-pages branch - uses: actions/checkout@v3 - with: - ref: gh-pages - - - name: Run Deployment Script - run: | - echo "Deploying gh-pages branch..." - # Add your deployment commands here diff --git a/index.html b/index.html deleted file mode 100644 index 52490ab..0000000 --- a/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - -
- - - -- Please go to the mirror site. - If you are not redirected automatically, - follow the link -
- -