diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aad0cf1b..97e32757 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: # deploy to gh-pages branch target_branch: gh-pages # deploy the default output dir of VuePress - build_dir: docs/.vuepress/dist + build_dir: docs/.vitepress/dist env: # @see https://docs.github.com/en/actions/reference/authentication-in-a-workflow#about-the-github_token-secret GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}