We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d614a commit 513eae3Copy full SHA for 513eae3
.github/workflows/main.yml renamed to .github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Install dependencies
22
run: yarn install # --frozen-lockfile
23
+ - name: Install Plugins
24
+ run: npm install --save @docusaurus/theme-live-codeblock
25
- name: Build website
26
run: yarn build
27
0 commit comments