From 6b97e7dbd4588c137443cd7818001e76e0b7d93c Mon Sep 17 00:00:00 2001 From: "kevin.zhang" Date: Thu, 18 Apr 2024 17:38:13 +0800 Subject: [PATCH] chore: fix --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8e13ae4..5e757f6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,6 +26,6 @@ jobs: uses: crazy-max/ghaction-github-pages@v1 with: target_branch: gh-pages - build_dir: sites/docs/dist + build_dir: sites/docs/.vuepress/dist env: GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}