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