From 639ff537d5bf88b668efb3a56d361e2a03f008c9 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 18 Jan 2021 09:56:42 -0500 Subject: [PATCH] Integration tests --- .github/workflows/integration.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) 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