Skip to content

Commit aebc73a

Browse files
committed
fix actions path
1 parent a0802e3 commit aebc73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: peaceiris/actions-gh-pages@v3
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
23-
publish_dir: ./docs/.vuepress/dist
23+
publish_dir: ./docs/.vitepress/dist

0 commit comments

Comments
 (0)