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