mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update auto-update.yml
This commit is contained in:
parent
562a77674e
commit
8e7a7913e8
1 changed files with 5 additions and 7 deletions
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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue