diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f46ad8b6..331ab91a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -98,15 +98,10 @@ jobs: with: persist-credentials: false - - name: Install SSH Client - uses: webfactory/ssh-agent@v0.4.1 - with: - ssh-private-key: ${{ secrets.DEPLOY_KEY }} - - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v4 with: - ssh: true + ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages folder: integration target-folder: cat/montezuma3 @@ -131,15 +126,10 @@ jobs: with: persist-credentials: false - - name: Install SSH Client - uses: webfactory/ssh-agent@v0.4.1 - with: - ssh-private-key: ${{ secrets.DEPLOY_KEY }} - - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v4 with: - ssh: true + ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages folder: integration target-folder: cat/montezuma4