This is the source code for the slide show for the reproducibility workshop at INSPIRE Bocconi. This will be shown alongside the repository at
https://github.com/floswald/ReproWorkshop
where the 10 commits correspond to the 10 steps of the workshop.
Slides are published at https://JPE-Reproducibility.github.io/INSPIRE-Bocconi/
- Get quarto and compile.
- Deployment uses
quarto publish gh-pageswith local build - no CI needed.
The workshop runs once a year. main always holds the current edition, and the
published site always shows it - the URL above never changes.
Past editions are kept as git tags, one per year:
git tag 2026
git push --tagsTag as soon as the edition is basically ready, rather than waiting until after the workshop - it is easy to forget afterwards. If the deck still changes on the day, just move the tag:
git tag -f 2026
git push --force --tagsForce-moving a tag is only a problem for people who already fetched it, and nobody clones this repo.
To look at an earlier edition: git checkout 2026.