diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f923c9c8..d4f5fe23 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,11 +32,12 @@ jobs: run: npm install - name: Build - working-directory: apps/coordinator - run: npx vite build + run: | + npx turbo run build + cp -R apps/coordinator ./build - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages - folder: apps/coordinator/build + folder: build