-
-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I'm looking at migrating from doctr/Travis to actions for updating the dev docs. I've also discussed this here: drdoctr/doctr#351 (comment)
It should be straight-forward to switch to Actions but it seems we need the generate_indexes.py
script to run and that complicates using the available actions that can deploy to the docs. The script is currently run on Travis when updating the dev docs and also when updating the release docs as part of the release process. It seems to me that the obvious thing to do is to set up an action on this repo that runs generate_indexes.py
each time a push is made here. That would simplify things at the other end because it means changes just need to be pushed and this repo will manage itself.
However when I look into the generate_indexes.py
script I'm not clear what it's actually doing or if it is really needed.