Skip to content

Commit

Permalink
Update deploysite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glanzz authored May 13, 2024
1 parent e31f2a5 commit 7d16069
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,13 +30,13 @@ 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'
- name: Go to app folder
run: cd app/great-green
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 7d16069

Please sign in to comment.