Skip to content

Commit f950e6b

Browse files
committed
fix path
1 parent dc556f4 commit f950e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build with VitePress
4747
run: |
4848
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
49-
touch docs/.vitepress/dist/.nojekyll
49+
touch ving/docs/.vitepress/dist/.nojekyll
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:

0 commit comments

Comments
 (0)