소스 검색

👷 CI: fix Deploy CI

chenshuai2144 5 년 전
부모
커밋
73f007db8d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/deploy.yml

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

@@ -23,6 +23,6 @@ jobs:
       - name: Deploy
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3
         uses: peaceiris/actions-gh-pages@v3
         with:
         with:
-          github_token: ${{ secrets.ACTION_TOKEN }}
-          publish_dir: ./public
+          deploy_key: ${{ secrets.ACTION_TOKEN }}
+          publish_dir: ./dist
           force_orphan: true
           force_orphan: true