Skip to content

Commit 75ef674

Browse files
committed
first
1 parent 68953da commit 75ef674

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_publish.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,17 @@ jobs:
4040
with:
4141
path: |
4242
dist
43-
.nuxt
44-
key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
43+
key: ${{ runner.os }}-build-${{ hashFiles('dist') }}
4544
restore-keys: |
46-
${{ runner.os }}-nuxt-build-
45+
${{ runner.os }}-build-
4746
- name: Install dependencies
4847
run: npm ci
4948
- name: Static HTML export with Nuxt
5049
run: npm run docs:build
5150
- name: Upload artifact
5251
uses: actions/upload-pages-artifact@v1
5352
with:
54-
path: ./dist
53+
path: ./docs/.vitepress/dist
5554

5655
# Deployment job
5756
deploy:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy