Update auto-update.yml
This commit is contained in:
parent
19f3adf66d
commit
9cec8b85d1
|
@ -133,7 +133,7 @@ jobs:
|
|||
|
||||
[1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }}
|
||||
- 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' }}
|
||||
with:
|
||||
branch: gh-pages
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
commit-message: '[Bot] Deploy to GitHub Pages'
|
||||
clean: false
|
||||
- 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' }}
|
||||
with:
|
||||
repository-name: iptv-org/api
|
||||
|
|
Loading…
Reference in New Issue