Merge branch 'main' of https://github.com/TheFelidae/thefelidae.github.io
This commit is contained in:
commit
00fa414474
1 changed files with 0 additions and 9 deletions
9
.github/workflows/nuxtjs.yml
vendored
9
.github/workflows/nuxtjs.yml
vendored
|
@ -35,14 +35,6 @@ jobs:
|
|||
uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
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@v4
|
||||
with:
|
||||
|
@ -52,7 +44,6 @@ jobs:
|
|||
key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-nuxt-build-
|
||||
|
||||
- name: Install dependencies
|
||||
run: deno install
|
||||
- name: Generate project as a static site
|
||||
|
|
Loading…
Add table
Reference in a new issue