Fix "deploy" job
This commit is contained in:
parent
65a8d93d6d
commit
1867e51025
3
.github/workflows/auto-update.yml
vendored
3
.github/workflows/auto-update.yml
vendored
@ -336,6 +336,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: gh-pages
|
name: gh-pages
|
||||||
|
path: .gh-pages
|
||||||
- name: Generate Token
|
- name: Generate Token
|
||||||
uses: tibdex/github-app-token@v1
|
uses: tibdex/github-app-token@v1
|
||||||
id: generate-token
|
id: generate-token
|
||||||
@ -346,7 +347,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
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
git-config-name: iptv-bot
|
git-config-name: iptv-bot
|
||||||
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user