We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
.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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:I will be happy if you setup hosted documentation!
The text was updated successfully, but these errors were encountered: