diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b310544..f8587db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,11 +20,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Change Directory - run: cd frontend - uses: pnpm/action-setup@v3 with: version: 8 + - name: Change Directory + run: cd frontend - name: Setup Node uses: actions/setup-node@v4 with: @@ -39,7 +39,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: frontend/dist + path: dist deploy: environment: