Explorar el Código

👷 CI: fix Deploy CI

chenshuai2144 hace 5 años
padre
commit
a2482f0c68
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  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