Skip to content

Commit

Permalink
💚 add missing working dir option in test-website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Sep 29, 2024
1 parent c9774c9 commit 79a33c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
node-version: '20'

- name: install@node
working-directory: ./website
run: npm install

- name: build@node
working-directory: ./website
run: npm run build

0 comments on commit 79a33c4

Please sign in to comment.