We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612247b commit 979126aCopy full SHA for 979126a
.github/workflows/deploy.yml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Install dependencies
22
run: npm ci
23
+ - name: Install Search Pluin
24
+ run: npm install @cmfcmf/docusaurus-search-local
25
- name: Build website
26
run: npm run build
27
0 commit comments