From c7aefabe5055f7878fcf8eacfa5fc2c0d4aa7620 Mon Sep 17 00:00:00 2001 From: Diego Steiner Date: Fri, 19 Apr 2024 15:36:11 +0200 Subject: [PATCH] fix: deployment --- .github/workflows/deploy.yml | 6 +++--- src/routes/index.tsx | 2 +- src/store.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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() {