Skip to content

Commit

Permalink
Error fix in deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
atPavithran committed May 29, 2024
1 parent eb4144c commit 9abcb39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test

- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
Expand Down
27 changes: 0 additions & 27 deletions src/App.js

This file was deleted.

0 comments on commit 9abcb39

Please sign in to comment.