diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e94a8aad6..c420242f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - name: Deploy to main Repository uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.ACTION_PERSONAL_TOKEN }} + personal_token: ${{ secrets.ACTION_PERSONAL_TOKEN }} publish_dir: docs/.vuepress/dist external_repository: XTLS/XTLS.github.io publish_branch: gh-pages-next