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 0fd2e2f commit 375a9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Build app bundle
run: npm run build:prod
- name: Rename index for routing
run: mv dist/angular-poc/index.html dist/angular-poc/404.html
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/[email protected]
with:
build_dir: dist/angular-poc
build_dir: dist/peruanos.github.io
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 375a9cf

Please sign in to comment.