Sfoglia il codice sorgente

👷 CI: fix Deploy CI

chenshuai2144 5 anni fa
parent
commit
73f007db8d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/deploy.yml

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

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