-
Notifications
You must be signed in to change notification settings - Fork 14
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to deploy custom assets? #182
Comments
everything that is in |
I'm presuming that they were written before |
Thanks for the input! I tried to make the files after sintefmath/JutulDarcy.jl@19ff664 I cannot see the files in the preview of the docs in https://github.com/sintefmath/JutulDarcy.jl/tree/gh-pages/previews/PR64 Beware that the build time on this repo is quite large, but the setup is pretty straightforward. |
I experimented a bit. By doing the file generation after What did not work:
What did work was to use
This more or less solves my problem, but it sounds like the first two options also should have worked? |
Hi, thanks for the great work on this project!
I migrated from standard Documenter output and I have a small issue. I generate a bunch of notebooks using Literate during my
make.jl
script. Previously, these were written tojoinpath(@__DIR__, "src", "examples")
and then automatically copied over during gh-pages deployment and I could link to them in my documentation. This does not seem to work with DocumenterVitepress. I tried placing the files inassets
,build
and in a subfolder ofjoinpath(@__DIR__, "build", "final_site")
but neither seems to work. Any tips? I don't particularly care about folder structures or anything like that, I just want them copied over when my docs are built.The text was updated successfully, but these errors were encountered: