From cc195271baf06a33ef687c06c479b411f796f7cf Mon Sep 17 00:00:00 2001 From: buck Date: Tue, 13 Feb 2024 15:34:21 -0600 Subject: [PATCH] try again with npm script --- .github/workflows/deploy.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 }}