mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Restore to releases/v4
This commit is contained in:
parent
e30232d879
commit
4bd5861a58
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -10,10 +10,12 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
# Workflow dispatch event that pushes the current version to the release branch.
|
||||||
|
# From here the secondary production deployment workflow will trigger to build the dependencies.
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.0.0
|
uses: JamesIves/github-pages-deploy-action@4.0.0
|
||||||
with:
|
with:
|
||||||
branch: releases/v4-beta
|
branch: releases/v4
|
||||||
folder: .
|
folder: .
|
||||||
clean: false
|
clean: false
|
||||||
single-commit: true
|
single-commit: true
|
Loading…
Reference in New Issue
Block a user