diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7fbfa62f..29175be9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -32,5 +32,8 @@ jobs: run: npm run test - name: Readmes run: npm run readmes + - name: Deploy doc + if: github.ref == 'refs/heads/master' + run: bash ./scripts/docs/update_docs.sh env: CI: true