Skip to content

Update docs for deploying docs #1239

Closed
Closed
@JorgeCastilloPrz

Description

@JorgeCastilloPrz

Today I've found a problem when trying to use the docs provided here by me not long ago. Looks like you can get problems with your gems when they're outdated, removed or whatever. So we need to ensure the commands are like:

./gradlew dokka
./gradlew :arrow-docs:runAnk
bundle install --gemfile modules/docs/arrow-docs/Gemfile --path vendor/bundle
BUNDLE_GEMFILE=modules/docs/arrow-docs/Gemfile bundle exec jekyll serve -s modules/docs/arrow-docs/build/site/

Note how we also must include dokka in the mix now, which wasn't available yet when I added the docs. Also, the order must be exactly that one, so dokka generated files are properly copied over by Ank.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions