Skip to content

Commit

Permalink
add debug echos 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Aug 15, 2023
1 parent 50b9ef6 commit 2e9848f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ jobs:
- run: yarn install
- run: quasar build -m spa -d
- run: quasar build -m ssr -d
- run: echo $(pwd)
- run: echo $(ls -la)
- run: cp -a dist/ssr functions/ssr
- run: echo $(ls -la)
- run: cp -a functions dist/spa/functions
- run: echo $(ls -la)
- run: echo $(ls -la functions)
- name: upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2e9848f

Please sign in to comment.