From a12c28d4e6d06cb69799645aeb40943fc2b18629 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 13 Mar 2021 20:32:09 +0300 Subject: [PATCH] Delete auto-update.yml --- .github/workflows/auto-update.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/auto-update.yml diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml deleted file mode 100644 index 94ff9d12..00000000 --- a/.github/workflows/auto-update.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: auto-update -on: - workflow_dispatch: - schedule: - - cron: '0 0 * * *' -jobs: - update-guide: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2.3.1 - - name: Install Dependencies - run: npm install - - name: Run EPG Grabber - run: ./run.sh - - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.1.0 - with: - branch: gh-pages - folder: .gh-pages