diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c087574330c8bc64f59b9a970ef24d01be89e89b..40be88169eff9fb31fd644caee31329ca2a53dcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,5 +32,6 @@ before_script: build_and_deploy: script: - make + - rsync -avz css malaspinas@129.194.185.180:/www/ - rsync -avz index.html malaspinas@129.194.185.180:/www/ - blc http://129.194.185.180/ -ro --exclude *.pdf --filter-level 3 diff --git a/Makefile b/Makefile index da2c801f442c7bd0f32a674a231d54d579739b4b..836c63a495314bd3571bc9ede499bf2cfa335060 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ STYLES := css/tufte-css/tufte.css \ all: index.html index.html: index.md Makefile - pandoc -o $@ $< -t html5 -c css/tufte-css/tufte.css --self-contained + pandoc -o $@ $< -t html5 -c css/tufte-css/tufte.css deploy: all mkdir -p site