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
b2a93876ab
commit
3a56648010
1 changed files with 3 additions and 5 deletions
8
.github/workflows/auto-update.yml
vendored
8
.github/workflows/auto-update.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: .gh-pages
|
name: .gh-pages
|
||||||
path: .gh-pages/guides/${{ matrix.country }}/${{ matrix.site }}.epg.xml
|
path: .gh-pages/guides/
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
deploy:
|
deploy:
|
||||||
needs: grab
|
needs: grab
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: .gh-pages
|
folder: .gh-pages/guides
|
||||||
target-folder: guides
|
target-folder: guides
|
||||||
clean: false
|
clean: false
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
|
@ -92,8 +92,6 @@ jobs:
|
||||||
ref: bot/auto-update
|
ref: bot/auto-update
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
- name: Show Files
|
|
||||||
run: ls
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Update Codes
|
- name: Update Codes
|
||||||
|
@ -126,7 +124,7 @@ jobs:
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
- name: Show Files
|
- name: Show Files
|
||||||
run: ls
|
run: ls .gh-pages
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Update README.md
|
- name: Update README.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue