Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
it seems that gh-pages package does not know --no-silent flag
  • Loading branch information
yqni13 authored Jul 1, 2024
1 parent 754bdcd commit ccc3114
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" --no-silent
npx gh-pages -d dist/portfolio/browser -b production -r https://${{ secrets.PORTFOLIO_PAT }}@github.com/yqni13/portfolio.git --message "Deploy to production"

0 comments on commit ccc3114

Please sign in to comment.