mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update auto-update.yml
This commit is contained in:
15
.github/workflows/auto-update.yml
vendored
15
.github/workflows/auto-update.yml
vendored
@@ -9,11 +9,10 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Update Guide
|
||||
run: ./run.sh
|
||||
- name: Commit Changes
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git add .
|
||||
git diff-index --quiet HEAD || git commit -m "[Bot] Update Guide"
|
||||
git pull
|
||||
git push
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@master
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||
BASE_BRANCH: master
|
||||
BRANCH: gh-pages
|
||||
FOLDER: .gh-pages
|
||||
|
||||
Reference in New Issue
Block a user