Skip to content

Commit aebc73a

Browse files
committed
fix actions path
1 parent a0802e3 commit aebc73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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)