diff options
| author | Matthieu <matthieu@matthieu-dev.xyz> | 2022-12-31 17:24:47 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-31 17:24:47 +0400 |
| commit | 6a0ec474e45686e0e17181bb8a9101bf0d137b4f (patch) | |
| tree | f5aae2e92b74ed2e5d9e9ceac5ca7e9ec7af86ad | |
| parent | 246d8281580e26da7e633e0cee3a1fb498af768b (diff) | |
Update docs.yml
| -rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
