Skip to content
Snippets Groups Projects
Verified Commit 99ebb32c authored by orestis.malaspin's avatar orestis.malaspin
Browse files

update

parent 562003c9
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,8 @@ before_script: ...@@ -35,10 +35,8 @@ before_script:
build_only: build_only:
script: script:
- cd slides - cd slides
- ls -ltr - make SHELL=bash
- ./gen_index.sh - make deploy SHELL=bash
- make
- make deploy
- rsync -avz prog_seq_c_cours ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ - rsync -avz prog_seq_c_cours ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
build_artifacts: build_artifacts:
......
...@@ -50,7 +50,7 @@ index.md: ...@@ -50,7 +50,7 @@ index.md:
index.html: index.md index.html: index.md
pandoc -s $(OPTIONS) -o $@ $^ pandoc -s $(OPTIONS) -o $@ $^
deploy: all deploy: all index.html
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 *.html prog_seq_c_cours cp *.html prog_seq_c_cours
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment