mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
Update JamesIves/github-pages-deploy-action action to v4.6.8
This commit is contained in:
parent
54f56db117
commit
582e2db72d
8
.github/workflows/release-erlang.yml
vendored
8
.github/workflows/release-erlang.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
- name: Deploy erlang-client-wallet artifact to release branch
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.8
|
||||
with:
|
||||
branch: release/erlang/wallet-client/v0
|
||||
folder: out/erlang-client-wallet
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Deploy erlang-server-wallet artifact to release branch
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.8
|
||||
with:
|
||||
branch: release/erlang/wallet-server/v0
|
||||
folder: out/erlang-server-wallet
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
|
||||
- name: Deploy erlang-client-payres artifact to release branch
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.8
|
||||
with:
|
||||
branch: release/erlang/payres-client/v0
|
||||
folder: out/erlang-client-payres
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
- name: Deploy erlang-server-payres artifact to release branch
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.8
|
||||
with:
|
||||
branch: release/erlang/payres-server/v0
|
||||
folder: out/erlang-server-payres
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Bundle specification
|
||||
run: npm run build -- ../public
|
||||
- name: Deploy to release branch
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.8
|
||||
with:
|
||||
branch: release/v0
|
||||
folder: ../public/api
|
||||
|
Loading…
Reference in New Issue
Block a user