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 b989a27 commit ca9b08e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/website-bot-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
node-version: '20.x'
- 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 build:dev
cd ${{ github.workspace }}
- name: Move docusaurus config files
run: |
mv ./docusaurus.config.js ./original.docusaurus.config.js
Expand Down Expand Up @@ -45,13 +52,15 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install typedoc
run: yarn global add 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 --frozen-lockfile
yarn --inmutable
yarn build:dev
cd ${{ github.workspace }}
- name: Generate API docs
Expand Down

0 comments on commit ca9b08e

Please sign in to comment.