Skip to content

Commit

Permalink
Update package.json and package-lock.json with new dependencies and U…
Browse files Browse the repository at this point in the history
…RL-friendly name
  • Loading branch information
Ishu Singh committed Nov 2, 2024
1 parent 8e80808 commit f2e5240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Export the project
run: npm run export

- name: Remove existing out directory
run: rm -rf out

- name: Deploy to GitHub Pages
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit f2e5240

Please sign in to comment.