Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Feb 13, 2024
1 parent ce7c98a commit a799277
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npx turbo run build

- name: Deploy to GitHub Pages
working-directory: ./apps/coordinator
run: npm run deploy
run:
cd apps/coordinator
npm run deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a799277

Please sign in to comment.