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 677e32b commit 3058348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build app bundle
run: npm run build
- name: Rename index for routing
run: mv dist/peruanos.github.io/index.html dist/peruanos.github.io/404.html
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 3058348

Please sign in to comment.