Skip to content

Commit

Permalink
ci(deploy): update file yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lperezp committed Apr 5, 2024
1 parent 00bae2f commit d21f809
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
- name: Setup nodejs
uses: actions/[email protected]
with:
node-version: "18"
node-version: "20"
- name: Install deps
run: npm i
- name: Build app bundle
run: npm run build:prod
- name: Rename index for routing
run: mv dist/peruanos.github.io/browser/index.html
# Deploy to Github pages
- name: Deploy to Pages
uses: crazy-max/[email protected]
Expand Down

0 comments on commit d21f809

Please sign in to comment.