diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b1c45439..66127b2f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,11 +29,7 @@ jobs: - name: Install dependencies run: npm install - - name: Build - run: npx turbo run build - - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - folder: apps/coordinator/build + run: turbo run deploy + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}