Skip to content

Commit

Permalink
try directly
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Feb 13, 2024
1 parent 26d704a commit ce7c98a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '@caravan/coordinator**'
# branches:
# - main

permissions:
contents: write
Expand All @@ -30,6 +32,7 @@ jobs:
run: npm install

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

0 comments on commit ce7c98a

Please sign in to comment.