Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 1, 2024
1 parent dd5398a commit 84d619f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
with:
node-version: 20
cache: npm
ache-dependency-path: website/package-lock.json
ache-dependency-path: ./website/package-lock.json
- run: npm ci
working-directory: website
working-directory: ./website
- run: npm run build
working-directory: website
working-directory: ./website
- uses: actions/upload-pages-artifact@v3
with:
path: 'website/build/'
Expand Down

0 comments on commit 84d619f

Please sign in to comment.