mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update _load.yml
This commit is contained in:
parent
6ae2d73b71
commit
1549b1cb3c
1 changed files with 4 additions and 1 deletions
5
.github/workflows/_load.yml
vendored
5
.github/workflows/_load.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
load:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm run api:load
|
||||
- uses: tibdex/github-app-token@v1
|
||||
if: ${{ !env.ACT }}
|
||||
|
@ -41,6 +41,9 @@ jobs:
|
|||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: gh-pages
|
||||
- uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue