Skip to content

Commit

Permalink
Default app path
Browse files Browse the repository at this point in the history
  • Loading branch information
glanzz authored May 13, 2024
1 parent 48b8204 commit 1972a5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploysite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app/great-green
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -36,8 +39,6 @@ jobs:
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 1972a5d

Please sign in to comment.