mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
last try to fix VCode issue
This commit is contained in:
parent
c7fb708af2
commit
9d9516a0a6
8
.github/workflows/nuxtjs.yml
vendored
8
.github/workflows/nuxtjs.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user