last try to fix VCode issue

This commit is contained in:
Salem Yaslem 2023-05-15 16:38:46 +03:00
parent c7fb708af2
commit 9d9516a0a6
2 changed files with 2 additions and 8 deletions

View File

@ -53,12 +53,6 @@ jobs:
cache: ${{ steps.detect-package-manager.outputs.manager }} cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v3 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 - name: Restore cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
@ -69,7 +63,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-nuxt-build- ${{ runner.os }}-nuxt-build-
- name: Install dependencies - 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 - name: Static HTML export with Nuxt
run: ${{ steps.detect-package-manager.outputs.manager }} run generate run: ${{ steps.detect-package-manager.outputs.manager }} run generate
- name: Upload artifact - name: Upload artifact

View File

@ -24,6 +24,6 @@
"selecto": "^1.22.3", "selecto": "^1.22.3",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"vue3-selecto": "^1.8.4", "vue3-selecto": "^1.8.4",
"vuetify": "^3.2.4" "vuetify": "3.2.4"
} }
} }