Skip to content

Commit

Permalink
fix: gh-pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
avil13 committed Jan 13, 2021
1 parent 9c2945d commit 0285198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Install and Build - ⌛&🏗️
if: ${{ env.NEED_PUBLISH }}
run: |
npm ci
npm run build
yarn
yarn build
- name: Deploy 🚀.🚀.🚀
if: ${{ env.NEED_PUBLISH }}
Expand Down

0 comments on commit 0285198

Please sign in to comment.