We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c3a02 commit dd437b8Copy full SHA for dd437b8
.github/workflows/deploys.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v3
50
with:
51
- path: docs/.vitepress/dist
+ path: /docs/.vitepress/dist
52
53
# Deployment job
54
deploy:
.gitignore
@@ -1,4 +1,6 @@
1
*node_modules
2
folder-structure.txt
3
-*.vitepress/dist*
4
-*.vitepress/cache*
+*.vitepress/dist/*
+*.vitepress/cache/*
5
+*/.vitepress/dist/*
6
+*/.vitepress/cache/*
0 commit comments