diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index 76805e6338..62fa900dfa 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -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 diff --git a/.github/workflows/generate-docblocks.yml b/.github/workflows/generate-docblocks.yml index c67b918739..cb314c8736 100644 --- a/.github/workflows/generate-docblocks.yml +++ b/.github/workflows/generate-docblocks.yml @@ -22,6 +22,9 @@ jobs: - name: Install Dependencies run: yarn + - name: Build Dependencies + run: yarn build + - name: Install www/utils Dependencies run: yarn working-directory: www/utils @@ -79,6 +82,9 @@ jobs: - name: Install Dependencies run: yarn + - name: Build Dependencies + run: yarn build + - name: Install www/utils Dependencies run: yarn working-directory: www/utils @@ -131,6 +137,9 @@ jobs: - name: Install Dependencies run: yarn + - name: Build Dependencies + run: yarn build + - name: Install www/utils Dependencies run: yarn working-directory: www/utils