mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update _update.yml
This commit is contained in:
parent
92c20a7232
commit
c21e659bb6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/_update.yml
vendored
4
.github/workflows/_update.yml
vendored
|
@ -28,6 +28,10 @@ jobs:
|
|||
- run: npm run api:load
|
||||
- if: ${{ !env.ACT }}
|
||||
run: GITHUB_TOKEN=${{ steps.create-app-token.outputs.token }} npm run programs:load
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: database
|
||||
path: scripts/database
|
||||
- run: npm run guides:update
|
||||
- run: npm run api:update
|
||||
- run: npm run readme:update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue