diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fb5277c..8e07703 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,8 +27,8 @@ jobs: npm install -g @angular/cli - name: Inject API Key - run: | - echo "export const environment = { production: true, apiKey: '${{ secrets.REST_API_KEY }}' };" > src/environments/environment.prod.ts + run: | + echo "export const environment = { production: true, apiKey: '${{ secrets.REST_API_KEY }}' };" > src/environments/environment.prod.ts - name: Build the Angular app run: ng build --configuration=production --base-href="https://hemant10yadav.github.io/book-store/"