diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7aaf449..7b336d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - run: yarn install - - run: yarn run build + - run: pnpm install + - run: pnpm run build - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./dist diff --git a/src/routes/index.tsx b/src/routes/index.tsx index d9cd863..dc24a7a 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -64,7 +64,7 @@ function Index() {