Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
back to using angular-cli-ghpages, because gh-pages package has again the problem that refreshing on an additional navigation component in url error 404 displays
  • Loading branch information
yqni13 authored Jul 1, 2024
1 parent ccc3114 commit d70bc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
GH_PAT: ${{ secrets.PORTFOLIO_PAT }}
run: |
git remote set-url origin https://${{ secrets.PORTFOLIO_PAT }}@github.com/yqni13/portfolio.git
npx gh-pages -d dist/portfolio/browser -b production -r https://${{ secrets.PORTFOLIO_PAT }}@github.com/yqni13/portfolio.git --message "Deploy to production"
npx angular-cli-ghpages --dir=dist/portfolio/browser --repo=https://${{ secrets.PORTFOLIO_PAT }}@github.com/yqni13/portfolio.git --no-silent

0 comments on commit d70bc19

Please sign in to comment.