Skip to content
Snippets Groups Projects
Commit 93f5c02a authored by orestis.malaspin's avatar orestis.malaspin
Browse files

removed self contained

parent 2028ea42
No related branches found
No related tags found
No related merge requests found
Pipeline #6324 passed
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment