Skip to content

Commit

Permalink
fixed npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfeng song committed Feb 1, 2024
1 parent cad04a7 commit 1408386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup and Install
uses: ./.github/actions/setup-install
- name: build docs
run: npm run build-doc
run: npm run build-docs
- name: deploy docs
run: netlify-cli deploy --prod --site ${{ secrets.NETLIFY_DOC_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir ./packages/millicast-sdk/docs

Expand Down

0 comments on commit 1408386

Please # to comment.