Kaynağa Gözat

ci: fix workflow deploy (#2)

LoGin 10 ay önce
ebeveyn
işleme
88498e20c9
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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