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 }}