From 63ff687b63a0e5d3a080d4148eb88a14bd59c696 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Tue, 20 Sep 2022 11:12:33 +0200 Subject: [PATCH] updated makefile and removed hakyll --- .gitlab-ci.yml | 12 ------------ Makefile | 5 ----- 2 files changed, 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef319ff..dde3096 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,21 +33,9 @@ before_script: build_and_deploy: script: - pandoc -v - # - cd hakyll-bootstrap/cours/prog_seq - # - git pull origin master - # - cd ../math_tech_info - # - git pull origin master - # - cd ../isc_physics - # - git pull origin master - # - cd ../algo - # - git pull origin master - # - cd ../../.. - make update SHELL=bash - make SHELL=bash - rsync -avzz css ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ - rsync -avzz figs ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ - rsync -avzz index.html ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ - - make build_revealjs -C hakyll-bootstrap - - make build -C hakyll-bootstrap SHELL=bash - - make deploy -C hakyll-bootstrap SHELL=bash # - blc https://malaspinas.academy -ro --exclude *.pdf --filter-level 3 diff --git a/Makefile b/Makefile index 8fb04e1..5aaf327 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,3 @@ -STYLES := css/tufte-css/tufte.css \ - css/pandoc.css \ - css/pandoc-solarized.css \ - css/tufte-extra.css - all: index.html index.html: index.md Makefile -- GitLab