mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
chore(deps): bump JamesIves/github-pages-deploy-action (#1661)
This commit is contained in:
parent
a0cdffd380
commit
fc79a8e7a4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
|||
path: ./vuetorrent
|
||||
|
||||
- name: Push to nightly-release
|
||||
uses: JamesIves/github-pages-deploy-action@v4.5.0
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.0
|
||||
with:
|
||||
branch: nightly-release
|
||||
folder: ./vuetorrent
|
||||
|
@ -133,7 +133,7 @@ jobs:
|
|||
path: ./vuetorrent
|
||||
|
||||
- name: Push to latest-release
|
||||
uses: JamesIves/github-pages-deploy-action@v4.5.0
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: latest-release
|
||||
|
|
Loading…
Add table
Reference in a new issue