Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Apr 3, 2024
1 parent c39b95c commit bafaccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
node-version: '16.15.1'
- name: Build 🔨
run: |
npm install -g @angular/cli@11 --legacy-peer-deps
npm install --legacy-peer-deps
npm install -g @angular/cli@11
npm install
ng build --prod --base-href=""
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit bafaccd

Please sign in to comment.