Skip to content

Commit

Permalink
fix(ci): Run CI in the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ggenzone committed Dec 12, 2023
1 parent 8105c41 commit 40a2169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Packages
run: npm install
- name: Build page
run: turbo run build
run: npm run build
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 40a2169

Please sign in to comment.