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 a72b43c commit dd5398a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
with:
node-version: 20
cache: npm
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 dd5398a

Please sign in to comment.