Skip to content

Commit

Permalink
Fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenya476 committed Jun 5, 2024
1 parent 671c9de commit dafb916
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Install, lint, build 🔧
- name: Install, build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
run: deploy

0 comments on commit dafb916

Please sign in to comment.