From 79c2f6725fc68f02ac04e930df6973f99b950001 Mon Sep 17 00:00:00 2001 From: moyechen Date: Thu, 7 Dec 2023 16:41:00 +0800 Subject: [PATCH] remove jekyll --- .github/workflows/vuepress-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 3c7a79c..73114d6 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -44,6 +44,7 @@ jobs: target_branch: gh-pages # 部署目录为 VuePress 的默认输出目录 build_dir: docs/.vuepress/dist + jekyll: false env: # @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret GITHUB_TOKEN: ${{ secrets.PERSON_KEY }} \ No newline at end of file