chore: fix docs test error (#1866)
This commit is contained in:
@@ -23,7 +23,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "14"
|
node-version: "14"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
uses: ./.github/actions/cache-deps
|
||||||
|
with:
|
||||||
|
extension: docs
|
||||||
|
|
||||||
- name: Build Docusaurus website
|
- name: Build Docusaurus website
|
||||||
run: |
|
run: |
|
||||||
cd www/docs
|
cd www/docs
|
||||||
|
|||||||
@@ -28,10 +28,10 @@ jobs:
|
|||||||
node-version: "14"
|
node-version: "14"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install dependencies
|
||||||
uses: ./.github/actions/cache-deps
|
uses: ./.github/actions/cache-deps
|
||||||
with:
|
with:
|
||||||
extension: unit-tests
|
extension: reference
|
||||||
|
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|||||||
Reference in New Issue
Block a user