From 07ea1db8d6484d8e515b441e6754cbcdd7063e94 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sun, 5 May 2024 21:20:27 +0200 Subject: [PATCH] Update website-bot-update.yml --- .github/workflows/website-bot-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website-bot-update.yml b/.github/workflows/website-bot-update.yml index d58f7c1..e02bd7d 100644 --- a/.github/workflows/website-bot-update.yml +++ b/.github/workflows/website-bot-update.yml @@ -22,7 +22,7 @@ jobs: run: | git clone https://github.com/sern-handler/handler.git ../sernHandlerV2 cd ../sernHandlerV2 - yarn --inmutable + yarn --immutable yarn build:dev cd ${{ github.workspace }} - name: Move docusaurus config files @@ -53,14 +53,14 @@ jobs: with: node-version: '20.x' - name: Install typedoc - run: yarn global add typedoc + run: npm i -g typedoc - name: Install dependencies run: yarn --frozen-lockfile - name: Clone handler repo & install deps run: | git clone https://github.com/sern-handler/handler.git ../sernHandlerV2 cd ../sernHandlerV2 - yarn --inmutable + yarn --immutable yarn build:dev cd ${{ github.workspace }} - name: Generate API docs