From 7465530ce38191367774be2f7a20f89dc3643f8d Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Tue, 20 Sep 2022 12:24:20 +0200 Subject: [PATCH] update --- .gitlab-ci.yml | 1 + slides/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e98117..4811117 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ before_script: build_only: script: - cd slides + - ./gen_index-sh - make - make deploy - rsync -avz prog_seq_c_cours ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ diff --git a/slides/Makefile b/slides/Makefile index 904288f..1f4fc11 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -50,7 +50,7 @@ index.md: index.html: index.md pandoc -s $(OPTIONS) -o $@ $^ -deploy: all index.html +deploy: all mkdir -p prog_seq_c_cours cp *.pdf prog_seq_c_cours cp *.html prog_seq_c_cours -- GitLab