]> git.puffer.fish Git - matthieu/nova.git/commitdiff
Update docs.yml
authorMatthieu <matthieu@matthieu-dev.xyz>
Sat, 31 Dec 2022 13:24:47 +0000 (17:24 +0400)
committerGitHub <noreply@github.com>
Sat, 31 Dec 2022 13:24:47 +0000 (17:24 +0400)
.github/workflows/docs.yml

index 8bb87e66fca6f0c196435a61225c903fee800c10..17bdb54e3306ff8d1149a5f728269352b5fb3474 100644 (file)
@@ -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