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

pfffff

parent c95740a2
No related branches found
No related tags found
No related merge requests found
Pipeline #15711 failed
...@@ -42,12 +42,12 @@ build_and_deploy: ...@@ -42,12 +42,12 @@ build_and_deploy:
# - cd ../algo # - cd ../algo
# - git pull origin master # - git pull origin master
# - cd ../../.. # - cd ../../..
- make update - make update SHELL=bash
- make - make SHELL=bash
- rsync -avzz css ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ - rsync -avzz css ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
- rsync -avzz figs 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/ - rsync -avzz index.html ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
- make build_revealjs -C hakyll-bootstrap - make build_revealjs -C hakyll-bootstrap
- make build -C hakyll-bootstrap - make build -C hakyll-bootstrap SHELL=bash
- make deploy -C hakyll-bootstrap - make deploy -C hakyll-bootstrap SHELL=bash
# - blc https://malaspinas.academy -ro --exclude *.pdf --filter-level 3 # - blc https://malaspinas.academy -ro --exclude *.pdf --filter-level 3
...@@ -5,13 +5,13 @@ deploy: build ...@@ -5,13 +5,13 @@ deploy: build
stack exec blog -- deploy stack exec blog -- deploy
build: update Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md build: update Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
make puppeteer -C cours/algo/slides
make hakyll_gen -C cours/math_tech_info make hakyll_gen -C cours/math_tech_info
make hakyll_gen -C cours/isc_physics make hakyll_gen -C cours/isc_physics
make -C cours/math_tech_info make -C cours/math_tech_info
make -C cours/isc_physics make -C cours/isc_physics
make markdown -C cours/prog_seq/slides make markdown -C cours/prog_seq/slides
# make markdown -C cours/algo/slides # make markdown -C cours/algo/slides
make puppeteer -C cours/algo/slides SHELL=bash
make -C cours/algo/slides make -C cours/algo/slides
make index -C cours/algo/slides make index -C cours/algo/slides
stack build --allow-different-user && stack exec --allow-different-user blog -- build stack build --allow-different-user && stack exec --allow-different-user blog -- build
......
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