mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2026-05-31 00:12:03 +08:00
fix: checkout before integration
This commit is contained in:
9
.github/workflows/integration.yml
vendored
9
.github/workflows/integration.yml
vendored
@@ -173,15 +173,15 @@ jobs:
|
||||
needs: integration-ssh-third-party-client
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
- name: Build and Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
@@ -309,6 +309,7 @@ jobs:
|
||||
branch: gh-pages-rebase-conflict
|
||||
folder: integration
|
||||
force: false
|
||||
|
||||
# Clean up conflicting deployments
|
||||
integration-rebase-conflicts-cleanup:
|
||||
needs: [integration-rebase-conflicts-1, integration-rebase-conflicts-2]
|
||||
|
||||
Reference in New Issue
Block a user