소스 검색

👷 CI: fix Deploy CI

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

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

@@ -20,9 +20,9 @@ jobs:
       - name: site
         run: npm run site
 
-      - name: deploy
+      - name: Deploy
         uses: peaceiris/actions-gh-pages@v3
-        env:
+        with:
           github_token: ${{ secrets.ACTION_TOKEN }}
-          publish_dir: ./dist
-          allow_empty_commit: true
+          publish_dir: ./public
+          force_orphan: true