# JuliaHub Documentation Build Question

**URL:** https://discourse.julialang.org/t/juliahub-documentation-build-question/88703
**Category:** Package Management
**Tags:** question
**Created:** [October 14, 2022, 1:48am UTC](https://discourse.julialang.org/t/juliahub-documentation-build-question/88703 "2022-10-14T01:48:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AP6YC](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ap6yc/32/42650_2.png) [@AP6YC](https://discourse.julialang.org/u/AP6YC)
#### Post date: [October 14, 2022, 1:48am UTC](https://discourse.julialang.org/t/juliahub-documentation-build-question/88703/1 "2022-10-14T01:48:27Z")

</div>

I have been building documentation for my Julia package via GitHub actions for a while now, but I have noticed that JuliaHub registered packages also have JuliaHub-hosted documentation. Because I cannot for the life of me find out after searching documentation on Documenter.jl, JuliaHub, and this Discourse: how it is that JuliaHub builds and hosts this documentation?

The main reason that I ask this is because I have setup Git LFS pulling in GitHub actions just fine but have these assets break in the JuliaHub docs and would like to find a way to configure an equivalent setting.

---

<div class="post-metadata">

### Author: ![sylvaticus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaticus/32/203883_2.png) [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)
#### Post date: [October 14, 2022, 9:10am UTC](https://discourse.julialang.org/t/juliahub-documentation-build-question/88703/2 "2022-10-14T09:10:25Z")

</div>

yes, ~same here… the images of my documentation are missing in the JuliaHub “version”… but at the root my question is what is the advantage to replicate the documentation rather than just linking to the github pages documentation, at least for open source packages…
