Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
build-target one level deeper "/browser"
  • Loading branch information
yqni13 authored Jul 1, 2024
1 parent 8a14540 commit 9abc413
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 @@ -30,6 +30,6 @@ jobs:

- name: Deploy to GitHub Pages
run:
npx angular-cli-ghpages --dir=dist/portfolio --repo=https://github.com/yqni13/portfolio.git --branch=production
npx angular-cli-ghpages --dir=dist/portfolio/browser --repo=https://github.com/yqni13/portfolio.git --branch=production
env:
GH_PAT: ${{ secrets.PORTFOLIO_PAT }}

0 comments on commit 9abc413

Please sign in to comment.