From: Matthieu Date: Sat, 31 Dec 2022 13:24:47 +0000 (+0400) Subject: Update docs.yml X-Git-Tag: v0.1~38 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6a0ec474e45686e0e17181bb8a9101bf0d137b4f;p=matthieu%2Fnova.git Update docs.yml --- diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8bb87e6..17bdb54 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,8 +36,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: "16" - cache: ${{ steps.detect-package-manager.outputs.manager }} - cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json - name: Setup Pages id: pages uses: actions/configure-pages@v2 @@ -46,7 +44,6 @@ jobs: working-directory: ${{ env.BUILD_PATH }} - name: Build run: | - ${{ steps.detect-package-manager.outputs.runner }} docusaurus build working-directory: ${{ env.BUILD_PATH }} - name: Upload artifact