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 }}
|
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
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user