diff --git a/.github/workflows/master.deploy.yml b/.github/workflows/master.deploy.yml index a86045f..0ee5c23 100644 --- a/.github/workflows/master.deploy.yml +++ b/.github/workflows/master.deploy.yml @@ -17,10 +17,10 @@ jobs: uses: actions/setup-node@v2 - name: Install dependencies - run: yarn + run: npm install - name: Build Demo - run: yarn build + run: npm run build - name: Deploy uses: JamesIves/github-pages-deploy-action@3.7.1