diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 62f8aed..c3ccec3 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -15,12 +15,15 @@ jobs: - name: Print current working directory (root) run: pwd + - name: Look around + run: ls + - name: Set working directory to 'frontend' - run: cd frontend + run: cd WordClips/frontend - name: Print current working directory (after cd frontend) run: pwd - + # Install dependencies - name: Install dependencies run: npm install