Skip to content

Commit

Permalink
Add cd step for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 15, 2024
1 parent fca3383 commit 821985a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: npm run build
- name: Deploy functions
run: npm run deploy
- name: List files in repo
- name: Output firebase debug log
if: always()
run: ls
run: cat firebase-debug.log

0 comments on commit 821985a

Please sign in to comment.