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
45f227caa8
commit
be5e7616af
1 changed files with 2 additions and 3 deletions
5
.github/workflows/_load.yml
vendored
5
.github/workflows/_load.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- run: npm run api:load
|
||||
- uses: tibdex/github-app-token@v1
|
||||
if: ${{ !env.ACT }}
|
||||
|
@ -41,9 +43,6 @@ jobs:
|
|||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- 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