Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ake123 committed Jan 16, 2024
1 parent 683beb1 commit cb49f5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
run: npm install

- name: Build React App
run: npm run build
run: |
cd src/components
npm run build
mv build/* ../..
- name: Deploy to GitHub Pages
run: |
Expand Down

0 comments on commit cb49f5d

Please sign in to comment.