From de06e9bad924c4b0c80a68e9dba8483c4d7e2d46 Mon Sep 17 00:00:00 2001 From: buck Date: Tue, 13 Feb 2024 16:13:39 -0600 Subject: [PATCH] try action again --- .github/workflows/deploy.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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