diff --git a/lectures/pdfslides.sh b/lectures/pdfslides.sh index db62537ffdcabc42daa61f57b2926c8556c819c5..084315a0f09e008686097fba6f8639f58617ae68 100644 --- a/lectures/pdfslides.sh +++ b/lectures/pdfslides.sh @@ -10,4 +10,4 @@ docker ${DOCKER_PARAMS} --size=1280x1000 ${URL_SLIDES}02-software-development.ht docker ${DOCKER_PARAMS} --size=1280x1000 ${URL_SLIDES}scm.html?job=build 02.b.source-code-management.pdf docker ${DOCKER_PARAMS} --size=1280x1000 ${URL_SLIDES}03-build-tools-and-some-testing.html?job=build 03-build-tools-and-some-testing.pdf docker ${DOCKER_PARAMS} --size=1280x1000 ${URL_SLIDES}07-documentation.html?job=build 07.b.-documentation.pdf - +docker ${DOCKER_PARAMS} --size=1280x1000 ${URL_SLIDES}08-workflow-example.html?job=build 08.workflow-example.pdf