Skip to content

Commit

Permalink
Update website-bot-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 authored May 5, 2024
1 parent ca9b08e commit 07ea1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website-bot-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 07ea1db

Please sign in to comment.