Delete auto-update.yml
This commit is contained in:
committed by
GitHub
parent
0929631b8f
commit
a12c28d4e6
20
.github/workflows/auto-update.yml
vendored
20
.github/workflows/auto-update.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user