Update auto-update.yml
This commit is contained in:
parent
19f3adf66d
commit
9cec8b85d1
4
.github/workflows/auto-update.yml
vendored
4
.github/workflows/auto-update.yml
vendored
@ -133,7 +133,7 @@ jobs:
|
|||||||
|
|
||||||
[1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }}
|
[1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }}
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@4.2.5
|
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
@ -144,7 +144,7 @@ jobs:
|
|||||||
commit-message: '[Bot] Deploy to GitHub Pages'
|
commit-message: '[Bot] Deploy to GitHub Pages'
|
||||||
clean: false
|
clean: false
|
||||||
- name: Deploy to iptv-org/api
|
- name: Deploy to iptv-org/api
|
||||||
uses: JamesIves/github-pages-deploy-action@4.2.5
|
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||||
with:
|
with:
|
||||||
repository-name: iptv-org/api
|
repository-name: iptv-org/api
|
||||||
|
Loading…
Reference in New Issue
Block a user