chore(GitHub): run docs deploy script on master

This commit is contained in:
Daniel Sogl 2020-06-11 18:53:25 +02:00 committed by GitHub
parent 809d664cf4
commit be3f73a921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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