Open tobyhodges opened 1 year ago
Thank you for your pull request :smiley:
:robot: This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.
If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
:mag: Inspect the changes: https://github.com/swcarpentry/shell-novice-es/compare/md-outputs..md-outputs-PR-69
The following changes were observed in the rendered markdown documents:
instructor-notes.md | 252 +++++++++++++++++++++++++++++++++++++++++++++++++++-
md5sum.txt | 2 +-
2 files changed, 252 insertions(+), 2 deletions(-)
:stopwatch: Updated at 2023-05-04 14:46:45 +0000
I apologise for this. It was a cryptic error that I missed.
There was a link in the guide that had spaces around the link elements:
When the transition workflow tried to fix this link, it threw an error that was very easy to miss:
! Could not process '/swcarpentry/shell-novice-es/_extras/guide.md': In index: 2.
! Could not process 'swcarpentry/shell-novice-es/_extras/exercises.md': the file 'swcarpentry/shell-novice-es/_extras/exercises.md' does not exist
For some reason, the transition to the Workbench did not bring the previous version of the Instructor Notes page with it for this lesson. This PR restores the page from the version of the lesson released just before the transition was made.