jhudsl / ottrpal

Tools for converting OTTR courses into Leanpub or Coursera courses :otter:
https://jhudatascience.org/ottrpal/
GNU General Public License v3.0
3 stars 1 forks source link

Use GHA to copy over alternative text slide <-> code #60

Open cansavvy opened 3 years ago

cansavvy commented 3 years ago

Right now alternative text for images needs to be written in two places: on the google slide note (so it can be used for videos) and in the code itself.

This means when the alternative text is changed in one place it is not changed in the other. This is annoying. Since we already have rgoogleslides set up for this, we should look into whether a gha can be made that copies over these changes.

cansavvy commented 3 years ago

This is really more of a leanbuild feature add. Will transfer this issue to that repo.