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 d21f809 commit f38472c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: npm i
- name: Build app bundle
run: npm run build:prod
- name: Rename index for routing
run: mv dist/peruanos.github.io/index.html dist/peruanos.github.io/404.html
# Deploy to Github pages
- name: Deploy to Pages
uses: crazy-max/ghaction-github-pages@v3.1.0
Expand Down

0 comments on commit f38472c

Please sign in to comment.