chore: fix docs test error (#1866)

This commit is contained in:
Shahed Nasser
2022-07-18 15:30:13 +03:00
committed by GitHub
parent 33bb67bfb9
commit 6ed97e2ae0
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -24,6 +24,11 @@ jobs:
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
+2 -2
View File
@@ -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