소스 검색

👷 CI: fix Deploy CI

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

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

@@ -24,7 +24,5 @@ jobs:
         uses: peaceiris/actions-gh-pages@v3
         env:
           github_token: ${{ secrets.ACTION_TOKEN }}
-          PUBLISH_BRANCH: gh-pages
-          PUBLISH_DIR: ./dist
-        with:
-          emptyCommits: false
+          publish_dir: ./dist
+          allow_empty_commit: true