We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f7b0d commit 7140d1fCopy full SHA for 7140d1f
.github/workflows/deploy-docs.yml
@@ -51,15 +51,6 @@ jobs:
51
cache: ${{ steps.detect-package-manager.outputs.manager }}
52
- name: Setup Pages
53
uses: actions/configure-pages@v3
54
- - name: Restore cache
55
- uses: actions/cache@v3
56
- with:
57
- path: |
58
- dist
59
- .nuxt
60
- key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
61
- restore-keys: |
62
- ${{ runner.os }}-nuxt-build-
63
- name: Install dependencies
64
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
65
- name: Static HTML export with Nuxt
0 commit comments