Skip to content

Commit 513eae3

Browse files
Update and rename main.yml to build.yml
1 parent e3d614a commit 513eae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml renamed to .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: yarn install # --frozen-lockfile
23+
- name: Install Plugins
24+
run: npm install --save @docusaurus/theme-live-codeblock
2325
- name: Build website
2426
run: yarn build
2527

0 commit comments

Comments
 (0)