From 6e2e350074f9e7e47cee1cd7b4087cbadcd9ac70 Mon Sep 17 00:00:00 2001 From: Adam Cohen Hillel Date: Tue, 22 Oct 2024 19:49:53 -0700 Subject: [PATCH] cd sooner --- .github/workflows/deploy_docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 5a5c43757..2ec34d3f1 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -34,14 +34,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Change to docs directory + run: cd docs + - name: Install dependencies - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: 16.x cache: yarn - - name: Change to docs directory - run: cd docs - - name: Install dependencies run: yarn install --frozen-lockfile --non-interactive - name: Build run: yarn build