mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-16 03:50:03 -04:00
Delete generate.yml
This commit is contained in:
parent
2b4ffcc06b
commit
653a18ba11
1 changed files with 0 additions and 21 deletions
21
.github/workflows/generate.yml
vendored
21
.github/workflows/generate.yml
vendored
|
@ -1,21 +0,0 @@
|
|||
name: Generate Playlists and Deploy
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Generate Playlists and Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BASE_BRANCH: master
|
||||
BRANCH: gh-pages
|
||||
FOLDER: .gh-pages
|
||||
BUILD_SCRIPT: npm install && npm run generate
|
Loading…
Add table
Add a link
Reference in a new issue