mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update integration.yml
This commit is contained in:
parent
e6c302f297
commit
6ae2891783
5
.github/workflows/integration.yml
vendored
5
.github/workflows/integration.yml
vendored
@ -281,7 +281,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Create random file
|
- name: Create random file
|
||||||
runs: echo $RANDOM > integration/1
|
run: echo $RANDOM > integration/1
|
||||||
|
|
||||||
- name: Build and Deploy
|
- name: Build and Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||||
@ -293,6 +293,7 @@ jobs:
|
|||||||
branch: gh-pages-rebase-conflict
|
branch: gh-pages-rebase-conflict
|
||||||
folder: integration
|
folder: integration
|
||||||
force: false
|
force: false
|
||||||
|
|
||||||
# Second conflicting deployment
|
# Second conflicting deployment
|
||||||
integration-rebase-conflicts-2:
|
integration-rebase-conflicts-2:
|
||||||
needs: integration-branch-creation
|
needs: integration-branch-creation
|
||||||
@ -302,7 +303,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Create random file
|
- name: Create random file
|
||||||
runs: echo $RANDOM > integration/2
|
run: echo $RANDOM > integration/2
|
||||||
|
|
||||||
- name: Build and Deploy
|
- name: Build and Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||||
|
Loading…
Reference in New Issue
Block a user