diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f20881089d..ad3578bbab 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -21,14 +21,15 @@ jobs: - name: Install dependencies run: npm install - - name: Debug - run: | - ls -la - npm run build + - name: Change working directory to client + run: cd client - - name: Build Website + - name: Create build directory run: npm run build + - name: Debug + run: ls -la build + - name: Set AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -37,4 +38,4 @@ jobs: aws-region: eu-west-2 - name: Copy to S3 - run: aws s3 sync build/ s3://video-recommendations + run