Skip to content

Commit cee25d0

Browse files
authored
Update docusaurus.yml
1 parent bf858e2 commit cee25d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docusaurus.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
cache: yarn
2020

2121
- name: Install dependencies
22-
run: yarn install --frozen-lockfile
22+
run: |
23+
yarn install --frozen-lockfile
24+
npm install raw-loader --save-dev
2325
- name: Build website
2426
run: yarn build
2527

0 commit comments

Comments
 (0)