mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update auto-update.yml
This commit is contained in:
12
.github/workflows/auto-update.yml
vendored
12
.github/workflows/auto-update.yml
vendored
@@ -6,13 +6,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2.3.1
|
||||||
- name: Update Guide
|
- name: Update Guide
|
||||||
run: ./run.sh
|
run: ./run.sh
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||||
env:
|
with:
|
||||||
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
branch: gh-pages
|
||||||
BASE_BRANCH: master
|
folder: .gh-pages
|
||||||
BRANCH: gh-pages
|
|
||||||
FOLDER: .gh-pages
|
|
||||||
|
|||||||
Reference in New Issue
Block a user