mirror of
https://github.com/iptv-org/iptv
synced 2026-03-22 03:41:39 -04:00
Update update.yml
This commit is contained in:
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Generate Playlists
|
||||
run: npm run generate
|
||||
run: node scripts/generate.js
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@master
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Update README.md
|
||||
run: npm run update-readme
|
||||
run: node scripts/update-readme.js
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
|
||||
Reference in New Issue
Block a user