atais / ng2-eonasdan-datetimepicker

A wrapper directive around the Eonasdan Datepicker v4 component.
MIT License
34 stars 23 forks source link

auto update ghpage #43

Closed fetrarij closed 6 years ago

fetrarij commented 6 years ago

@atais Could you take a look on ngh . It will auto update the gh-pages with the script built from ng build. All we need to do is adding ngh, configure a github access for deploying (token will work), and add the command in travis ci..If you want.

atais commented 6 years ago

Good idea! I can send you the token via email, what do you think?

fetrarij commented 6 years ago

You can already add it in travis environment variables settings: https://travis-ci.org/atais/ng2-eonasdan-datetimepicker/settings like GH_TOKEN , and I will do the rest

atais commented 6 years ago

I added the GH_TOKEN with repo scope, this should work right?

fetrarij commented 6 years ago

this should be good, thank you!