diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 94f6027..8744c9f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,4 @@ jobs: run: npm run build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist + run: npm run deploy