From 5f4e9868b778357ce75099a7cba6a371932e72ad Mon Sep 17 00:00:00 2001 From: Jeremy Denquin Date: Tue, 22 Mar 2022 15:03:57 +0100 Subject: [PATCH] cd: remove change path --- .github/workflows/deploy-preview.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 58a6d43..4c95613 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -33,7 +33,6 @@ jobs: ref: ${{ github.event.inputs.api_branch }} path: api token: ${{ secrets.REPO_ACCESS_TOKEN }} - - run: cd ./api - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: