Skip to content

Commit

Permalink
app path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jurdanetac committed Sep 20, 2024
1 parent f8e118f commit 610891a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.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'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,6 +38,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 610891a

Please sign in to comment.