diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 72dde15..888f536 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -24,12 +24,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Navigate to docs folder + uses: ./docs + - name: Set Node and PNPM uses: wyvox/action-setup-pnpm@v3.0.1 - - name: Navigate to docs folder - run: cd docs - - name: Install dependencies run: pnpm install