mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 14:53:17 +08:00
chore(GitHub): run docs deploy script on master
This commit is contained in:
parent
809d664cf4
commit
be3f73a921
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
@ -32,5 +32,8 @@ jobs:
|
|||||||
run: npm run test
|
run: npm run test
|
||||||
- name: Readmes
|
- name: Readmes
|
||||||
run: npm run readmes
|
run: npm run readmes
|
||||||
|
- name: Deploy doc
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
|
run: bash ./scripts/docs/update_docs.sh
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
Loading…
Reference in New Issue
Block a user