Skip to content

Commit

Permalink
Edits angular pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nabil-hfz committed Dec 31, 2023
1 parent fda4116 commit b81cb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/angular-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Firebase CLI
run: npm install -g firebase-tools

- name: Install Dependencies
run: npm install --legacy-peer-deps
working-directory: ./frontend
Expand All @@ -30,7 +30,7 @@ jobs:
working-directory: ./frontend

- name: Deploy to Firebase Hosting
run: firebase deploy --only hosting
run: firebase experiments:enable webframeworks && firebase deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
working-directory: ./frontend
Expand Down

0 comments on commit b81cb22

Please sign in to comment.