From bd1486d30dedb18f09b140fd83da6cd316c03b99 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Thu, 19 Jan 2023 13:20:08 +0000 Subject: [PATCH] docs: new docs incoming - add CI/CD - remove old docs files - begin finalizing new docs --- .github/workflows/build_release_vitepress.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release_vitepress.yml b/.github/workflows/build_release_vitepress.yml index 9748b5e..72c8b18 100644 --- a/.github/workflows/build_release_vitepress.yml +++ b/.github/workflows/build_release_vitepress.yml @@ -19,10 +19,10 @@ jobs: node-version: 18 - name: Install dependencies uses: Borales/actions-yarn@v4.2.0 - with: - cmd: install # will run `yarn install` command - name: Build project - run: yarn build + run: | + cd vitepress && yarn + yarn build - name: Upload production-ready build files uses: actions/upload-artifact@v2 with: