We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2709dc commit 212305fCopy full SHA for 212305f
.github/workflows/release.yml
@@ -344,3 +344,14 @@ jobs:
344
with:
345
token: ${{ secrets.NPM_TOKEN }}
346
package: bindings/wasm/package
347
+ - name: Build documenation
348
+ run: |
349
+ cd bindings/wasm/package
350
+ npm run doc
351
+ - name: Publish documenation
352
+ uses: peaceiris/actions-gh-pages@v3
353
+ if: github.ref == 'refs/heads/main'
354
+ with:
355
+ github_token: ${{ secrets.GITHUB_TOKEN }}
356
+ publish_dir: bindings/wasm/package/doc
357
+ destination_dir: ./kiwi-nlp
0 commit comments