From 5f7076e4bbd65abc559b95e4ecc9586055b66920 Mon Sep 17 00:00:00 2001 From: mno Date: Fri, 15 Apr 2022 17:38:31 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a2d4a8..4c4b2c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,5 +56,5 @@ jobs: - name: Deploy docs to github actions uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_ACTIONS }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./target/doc