diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0434af0..4a46b83 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,15 +28,15 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - name: ๐Ÿงพ Linting & Formatting - - run: yarn install + run: yarn install - run: yarn lint - run: yarn format - name: ๐Ÿšง Building - - run: yarn build - # - name: ๐Ÿš€ Deploying - # - uses: actions/configure-pages@v3 - # - uses: actions/upload-pages-artifact@v2 - # with: - # path: './dist' - # - uses: actions/deploy-pages@v1 - # - run: echo 'โœ… Success deployed!' + run: yarn build + - name: ๐Ÿš€ Deploying + uses: actions/configure-pages@v3 + - uses: actions/upload-pages-artifact@v2 + with: + path: './dist' + - uses: actions/deploy-pages@v1 + - run: echo 'โœ… Success deployed!'