Merge branch 'master' into add-maxtv-hrvatskitelekom-hr-guide

This commit is contained in:
Shadix A
2021-08-31 16:49:35 +02:00
committed by GitHub
26 changed files with 3731 additions and 447 deletions

View File

@@ -18,7 +18,6 @@ jobs:
hd-plus.de,
astro.com.my,
comteco.com.bo,
albepg.com,
mi.tv,
meo.pt,
tvgid.ua,
@@ -35,8 +34,10 @@ jobs:
tvtv.ca,
tvtv.us,
tv.lv,
vidio.com,
maxtv.hrvatskitelekom.hr
mncvision.id,
tvguide.com,
tvprofil.com
]
steps:
- name: Checkout
@@ -51,6 +52,7 @@ jobs:
name: .gh-pages
path: .gh-pages/guides/${{ matrix.site }}.guide.xml
deploy:
if: ${{ github.ref == 'refs/heads/master' }}
needs: grab
runs-on: ubuntu-latest
steps:
@@ -58,6 +60,12 @@ jobs:
uses: actions/checkout@v2
- name: Download Artifacts
uses: actions/download-artifact@v2
- name: Generate Token
uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
@@ -65,3 +73,7 @@ jobs:
folder: .gh-pages
target-folder: guides
clean: false
token: ${{ steps.generate-token.outputs.token }}
git-config-name: iptv-bot
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
commit-message: '[Bot] Deploy to GitHub Pages'