Skip to content

Commit

Permalink
Add cd steps to output dirs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent 2a825df commit b655456
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
- name: Build
run: npm run build
working-directory: checkout-prefix
- name: Output directory
run: ls
- name: Output checkout directory
run: ls checkout-prefix
# - name: Deploy functions
# run: npm run deploy
# - name: Output firebase debug log
Expand Down

0 comments on commit b655456

Please sign in to comment.