diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6d39a50..3357297 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,9 +22,15 @@ jobs: run: CI=false npm run build - - name: Deploy to gh-pages + # - name: Deploy to gh-pages + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./build + + - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./public