JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
126 stars 53 forks source link

Documentation is from v0.6.10 #264

Closed Wikunia closed 3 years ago

Wikunia commented 4 years ago

I just saw that the documentation is only available for v0.6.10 whereas the most recent version is v0.8.1

You might want to add this line https://github.com/Wikunia/Javis.jl/blob/master/.github/workflows/TagBot.yml#L12 Into the TagBot.yml to make this work.

IanButterworth commented 4 years ago

Yikes. Good spot. Thanks. Is DOCUMENTER_KEY automatically provided or do we need to add it as a secret?

Wikunia commented 4 years ago

You need to add it as a secret. I think this method should help: https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Documenter.documenter_key

Wikunia commented 4 years ago

Oh and it only creates a new folder when you have a new tag. It doesn't fix the problem directly. I think for that you basically have to build it locally for the version and push that to gh-pages.

IanButterworth commented 4 years ago
IanButterworth commented 3 years ago

I'm going to close this as figuring out how to generate older docs is probably not worth the effort.