Skip to content

Commit

Permalink
ci: apply path to run npm
Browse files Browse the repository at this point in the history
  • Loading branch information
seojinwoo committed Jul 7, 2022
1 parent 7a6d533 commit 33e0332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Expand Up @@ -22,10 +22,10 @@ jobs:
package: "./packages/iot-device-sdk-react/package.json"
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16.13.0
- name: Git Docs Generate
run: |
npm run doc
cd packages/iot-device-sdk-react && npm run doc
- name: Docs to Github pages
run: |
npm run pub-doc
Expand Down

0 comments on commit 33e0332

Please sign in to comment.