diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 4ce9aae..924e519 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -53,12 +53,6 @@ jobs: cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v3 - with: - # Automatically inject router.base in your Nuxt configuration file and set - # target to static (https://nuxtjs.org/docs/configuration-glossary/configuration-target/). - # - # You may remove this line if you want to manage the configuration yourself. - static_site_generator: nuxt - name: Restore cache uses: actions/cache@v3 with: @@ -69,7 +63,7 @@ jobs: restore-keys: | ${{ runner.os }}-nuxt-build- - name: Install dependencies - run: npm install + run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} - name: Static HTML export with Nuxt run: ${{ steps.detect-package-manager.outputs.manager }} run generate - name: Upload artifact diff --git a/package.json b/package.json index 4b1985a..67d046a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "selecto": "^1.22.3", "uuid": "^9.0.0", "vue3-selecto": "^1.8.4", - "vuetify": "^3.2.4" + "vuetify": "3.2.4" } }