From da759cf4eed653ee575229c9eaf91526a08452a0 Mon Sep 17 00:00:00 2001 From: Adrian Stoica <george.a.stoica@ntnu.no> Date: Mon, 21 Oct 2019 12:52:46 +0200 Subject: [PATCH] added export command for last lecture --- lectures/pdfslides.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/pdfslides.sh b/lectures/pdfslides.sh index db62537..084315a 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 -- GitLab