Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hosted documentation #109

Open
vladfaust opened this issue Sep 6, 2017 · 0 comments
Open

Hosted documentation #109

vladfaust opened this issue Sep 6, 2017 · 0 comments

Comments

@vladfaust
Copy link
Contributor

References to #108
BTW, glad this repo is alive! 馃槃

Travis CI offers Github Pages deployments, and it's very neat. I personally use it for my projects. Check the example .travis.yml:

language: crystal
script: crystal docs
deploy:
  provider: pages
  skip_cleanup: true
  github_token: $GITHUB_TOKEN
  on:
    branch: master
  local_dir: doc

I will be happy if you setup hosted documentation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant