carpentries-incubator / managing-computational-projects

Managing Open and Reproducible Computational Projects
https://carpentries-incubator.github.io/managing-computational-projects
Other
8 stars 10 forks source link

technical issues. deploy problem #103

Open jcolomb opened 11 months ago

jcolomb commented 11 months ago

@zkamvar any clue why it does not work, the estimate time work for each episode, but the timetable does not build.

zkamvar commented 11 months ago

That's because the schedule is part in the instructor view: https://carpentries-incubator.github.io/managing-computational-projects/instructor/index.html#schedule

jcolomb commented 10 months ago

ok thanks, there is still a FIXME, probably some citation text missing, will check.

It seems the latest version is not deployed correctly, I suspect that an absence of change in the Rmd files makes sandpaper using the cached version, and that difference in the md files are not taken into account (that happens in the local build, but I thought the github action would reset the cache ??) (testing this with latest PR)

test is concluant, apparently it does the same as in local, can one change that. Also would be nice if PR would be deployed, can one add that?

tobyhodges commented 10 months ago

there is still a FIXME, probably some citation text missing, will check.

That FIXME at the end of the landing page is coming from learners/setup.md, the file where you can provide installation and setup instructions (data downloads etc) for people to prepare to follow the lesson.

zkamvar commented 10 months ago

HI @jcolomb, I've added https://github.com/carpentries/sandpaper/issues/497 to track this issue of child files. Sorry about the delay. In the meantime, to trigger a reset of the episodes, you should go to https://github.com/carpentries-incubator/managing-computational-projects/actions/workflows/sandpaper-main.yaml and run the workflow, making sure to select "Reset cached markdown files"

screenshot of webform that says "use workflow from: main branch", "who triggered this build? Maintainer (via GitHub)", and a selected checkbox described above