Skip to content

Commit

Permalink
build: utilize working-directory for building site
Browse files Browse the repository at this point in the history
  • Loading branch information
joekiller committed Jul 8, 2024
1 parent 61c7361 commit 25b20bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
run: npm run build
- name: Build Site
shell: bash
working-directory: example-web/react2/
run: |
cd example-web/react2
npm cd
npx webpack

0 comments on commit 25b20bb

Please sign in to comment.