참고사항 S3 - CloudFront - Routes53 환경입니다. AWS 배포 환경 설정은 자세히 다루지 않습니다. 아래는 이번 github action 에러를 처리하고 yml 파일 최종 코드입니다. name: build and deploy on: push: branches: - main jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Install dependencies run: npm install - name: Build project run: npm run s-build - name: Configure AWS credentials uses: aws-actions/configu..