Browse Source

ci: fix workflow deploy (#2)

LoGin 10 months ago
parent
commit
88498e20c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/deploy.yml

+ 2 - 2
.github/workflows/deploy.yml

@@ -98,7 +98,7 @@ jobs:
         run: echo 'community.dragonos.org' > ./.vuepress/dist/CNAME
       
       - name: Deploy
-        uses: peaceiris/actions-gh-pages@v3
+        uses: peaceiris/actions-gh-pages@v4
         with:
-          deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+          github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_dir: ./.vuepress/dist