napari / napari.github.io

website for the napari image viewer
https://napari.org/
44 stars 43 forks source link

Add step to show correct version in version switcher for unversioned pages #410

Closed melissawm closed 2 months ago

melissawm commented 3 months ago

After the unversioned pages workflow is run, a few select pages (such as index.html and the entire developers folder) are copied over from latest to stable. The resulting pages will show "latest" as a label on the version switcher, even though they are technically under the "stable" folder.

Some sed magic can solve that at the unversioned workflow action.

melissawm commented 2 months ago

Closed by #413