datacarpentry / R-ecology-lesson

Data Analysis and Visualization in R for Ecologists
https://datacarpentry.org/R-ecology-lesson/
Other
311 stars 509 forks source link

Update Workflows to Version 0.16.2 #857

Closed carpentries-bot closed 8 months ago

carpentries-bot commented 1 year ago

:robot: This is an automated build

Update Workflows from sandpaper version 0.11.15 -> 0.16.2

github-actions[bot] commented 1 year ago

:information_source: Modified Workflows

This pull request contains modified workflow files and no preview will be created.

Workflow files modified:

If this is not from a trusted source, please inspect the changes for any malicious content.

zkamvar commented 1 year ago

Note for @datacarpentry/r-ecology-lesson-maintainers, please do not merge this yet.

zkamvar commented 1 year ago

This lesson was a historically unique lesson in that it had a script that would generate a code handout while the lesson was being built. The new version also does this, but at the moment, this line in the workflows is required to do so:

https://github.com/datacarpentry/R-ecology-lesson/blob/38dbdd64197c41dca1b854708d3cd8a724fae400/.github/workflows/sandpaper-main.yaml#L60

We are planning to make the handout available by setting an option in config.yaml so that this PR doesn't keep happening, but it might take some time as we are tackling some very urgent tasks right now.

For now, leave this PR open, but do not merge it.

jamesmbaazam commented 1 year ago

Noted.

zkamvar commented 11 months ago

Note: we are going to be releasing sandpaper version 0.15.0 soon, which will allow you to specify handout: true in the config.yaml so that the workflows can be updated.

Sorry about the inconvenience so far.

zkamvar commented 9 months ago

Hi @datacarpentry/r-ecology-lesson-maintainers,

This is now safe to merge. To enable handouts in this lesson, add handout: true to the config.yaml