diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index b98eb60..e884817 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -17,11 +17,11 @@ jobs: node-version: '16.16.0' cache: 'npm' - - name: Install Dependencies - run: npm install --force + # - name: Install Dependencies + # run: npm install --force - - name: Build - run: npm run build + # - name: Build + # run: npm run build - name: Copy files to EC2 uses: appleboy/scp-action@master