Merge branch 'master' into add-elcinema-com

This commit is contained in:
Shadix A
2021-08-31 16:50:44 +02:00
committed by GitHub
24 changed files with 3978 additions and 269 deletions

View File

@@ -34,8 +34,11 @@ jobs:
tvtv.ca,
tvtv.us,
tv.lv,
vidio.com,
elcinema.com
maxtv.hrvatskitelekom.hr
mncvision.id,
tvguide.com,
tvprofil.com
]
steps:
- name: Checkout
@@ -50,6 +53,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:
@@ -57,6 +61,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:
@@ -64,3 +74,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'