diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a61a1c..acbc5d6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: npm install --legacy-peer-deps - name: Install Angular CLI - run: npm install @angular/cli + run: npm install @angular/cli --legacy-peer-deps - name: Build run: npm run build - name: Deploy