diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ebd8f76..7d1a349 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -51,12 +51,14 @@ 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 - # if: always() - # run: cat firebase-debug.log \ No newline at end of file + # - name: Output directory + # run: ls + # - name: Output checkout directory + # run: ls checkout-prefix + - name: Deploy functions + run: npm run deploy + working-directory: checkout-prefix + - name: Output firebase debug log + if: always() + run: cat firebase-debug.log + working-directory: checkout-prefix \ No newline at end of file