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

updated makefile and gitlab-ci to copy index.html

parent 1805e1d0
No related branches found
No related tags found
No related merge requests found
image: omalaspinas/archlinux-pandoc:latest image: omalaspinas/pandoc:latest
before_script: before_script:
## ##
......
...@@ -10,7 +10,7 @@ HTMLOPTIONS += -t html5 ...@@ -10,7 +10,7 @@ HTMLOPTIONS += -t html5
HTMLOPTIONS += -c css/styling.css HTMLOPTIONS += -c css/styling.css
HTMLOPTIONS += --self-contained HTMLOPTIONS += --self-contained
all: base_1.pdf intro.pdf all: base_1.pdf intro.pdf index.html
intro.pdf: intro.md *.theme intro.pdf: intro.md *.theme
pandoc -t beamer -o $@ $< pandoc -t beamer -o $@ $<
...@@ -24,6 +24,7 @@ index.html: index.md ...@@ -24,6 +24,7 @@ index.html: index.md
deploy: all deploy: all
mkdir -p prog_seq_c_cours mkdir -p prog_seq_c_cours
cp *.pdf prog_seq_c_cours cp *.pdf prog_seq_c_cours
cp index.html prog_seq_c_cours/
clean: clean:
rm -f *.pdf rm -f *.pdf index.html
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