From e56f0f3fb75b8dd7b56d6b64f9ca0c6e1587b133 Mon Sep 17 00:00:00 2001 From: Zachary Bear Date: Mon, 19 Aug 2024 17:31:03 +0800 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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!'