diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5f729724..9bb58626 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,8 +31,11 @@ jobs: - name: Install dependencies run: npm install + - name: Build + run: npx turbo run build + - name: Deploy to GitHub Pages - run: - npx turbo run deploy - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: JamesIves/github-pages-deploy-action@4 + with: + branch: gh-pages + folder: apps/coordinator/build