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