Delete generate.yml

This commit is contained in:
freearhey 2019-11-03 13:08:07 +03:00
parent 2b4ffcc06b
commit 653a18ba11
1 changed files with 0 additions and 21 deletions

View File

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