Skip to content

Commit

Permalink
Update package.json, package-lock.json, and deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishu Singh committed Nov 2, 2024
1 parent c85899d commit 403e89d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
cd gh-pages
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global credential.helper 'store --file=.git/credentials'
echo "https://${{ secrets.GITHUB_TOKEN }}:@github.com" > .git/credentials
git add .
git commit -m 'Deploy Next.js app'
git push origin main
Expand Down

0 comments on commit 403e89d

Please sign in to comment.