Skip to content

Commit

Permalink
Change folder later
Browse files Browse the repository at this point in the history
  • Loading branch information
glanzz authored May 13, 2024
1 parent 861aabd commit 48b8204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploysite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Go to app folder
run: cd app/great-green
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: './app/great-green/package-lock.json'
- name: Go to app folder
run: cd app/great-green
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 48b8204

Please sign in to comment.