Skip to content

Commit

Permalink
deploy debug
Browse files Browse the repository at this point in the history
  • Loading branch information
VenEleni committed Aug 25, 2024
1 parent 26693ff commit 18acbaf
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,19 @@ jobs:
- name: Install and Build
run: |
cd client
npm cache clean --force
rm -rf node_modules package-lock.json
npm install
npm run build
npm ci
npm run build -- --verbose
- name: Debug - List reducers
run: |
pwd
cd client/src/reducers
ls -la
cd ../../..
pwd
ls -la
cd ..
pwd
ls -la
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
Expand Down

0 comments on commit 18acbaf

Please sign in to comment.