diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f3a4447ee..1bd244df6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -31,8 +31,10 @@ jobs: with: node-version: "16.x" - - name: Build 🔧 + - name: Install Dependencies run: yarn install --frozen-lockfile + + - name: Build run: yarn build - name: Deploy 🚀