chore: fix actions generating docs (#8486)

* chore: fix actions generating docs

* add to vale tests
This commit is contained in:
Shahed Nasser
2024-08-08 09:22:55 +03:00
committed by GitHub
parent 0b6bcdd538
commit eb09a063dc
2 changed files with 39 additions and 0 deletions

View File

@@ -59,6 +59,12 @@ jobs:
with:
fetch-depth: 0
- name: Install Dependencies
run: yarn
- name: Build Dependencies
run: yarn build
- name: Install www/utils Dependencies
run: yarn
working-directory: www/utils
@@ -111,6 +117,12 @@ jobs:
with:
fetch-depth: 0
- name: Install Dependencies
run: yarn
- name: Build Dependencies
run: yarn build
- name: Install www/utils Dependencies
run: yarn
working-directory: www/utils
@@ -162,6 +174,12 @@ jobs:
with:
fetch-depth: 0
- name: Install Dependencies
run: yarn
- name: Build Dependencies
run: yarn build
- name: Install www/utils Dependencies
run: yarn
working-directory: www/utils
@@ -213,6 +231,12 @@ jobs:
with:
fetch-depth: 0
- name: Install Dependencies
run: yarn
- name: Build Dependencies
run: yarn build
- name: Install www/utils Dependencies
run: yarn
working-directory: www/utils
@@ -265,6 +289,12 @@ jobs:
with:
fetch-depth: 0
- name: Install Dependencies
run: yarn
- name: Build Dependencies
run: yarn build
- name: Install www/utils Dependencies
run: yarn
working-directory: www/utils