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
43ed8d1518
commit
0ce76ee53b
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
TARGET_FOLDER: montezuma
|
||||
|
||||
integration-checkout-v2:
|
||||
needs: checkout-v1
|
||||
needs: integration-checkout-v1
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
TARGET_FOLDER: montezuma2
|
||||
|
||||
integration-clean:
|
||||
needs: [checkout-v1, checkout-v2]
|
||||
needs: [integration-checkout-v1, integration-checkout-v2]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user