Skip to content

Commit

Permalink
Update docusaurus.yml
Browse files Browse the repository at this point in the history
add codeblock
  • Loading branch information
yunks128 authored May 15, 2024
1 parent 8f5bcef commit 077facd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run: |
yarn install --frozen-lockfile
npm install @codeday/topo
- name: Build website
run: yarn build

Expand Down

0 comments on commit 077facd

Please sign in to comment.