Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Apr 1, 2024
1 parent 43fb69d commit a549501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml → .github/workflows/gh-pages.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
npm install
npm install -g @angular/cli@11 --legacy-peer-deps
npm install --legacy-peer-deps
ng build --prod --base-href=""
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit a549501

Please sign in to comment.