Update update.yml

This commit is contained in:
freearhey
2026-05-04 18:02:03 +03:00
parent 6ee8500bf5
commit 9b8a12940f

View File

@@ -45,6 +45,8 @@ jobs:
git commit -m "[Bot] Update ${FILE}" -m "Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/${{ github.run_id }}) workflow." --no-verify git commit -m "[Bot] Update ${FILE}" -m "Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/${{ github.run_id }}) workflow." --no-verify
git push git push
fi fi
- name: load workers
run: npm run workers:load
- name: update guides.md - name: update guides.md
run: npm run guides:update run: npm run guides:update
- run: git status - run: git status
@@ -59,7 +61,7 @@ jobs:
git push git push
fi fi
- name: generate .api/guides.json - name: generate .api/guides.json
run: npm run api:generate run: npm run guides:export
- run: git status - run: git status
- name: move .api/guides.json to iptv-org/api - name: move .api/guides.json to iptv-org/api
uses: JamesIves/github-pages-deploy-action@4.1.1 uses: JamesIves/github-pages-deploy-action@4.1.1