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

updates to hopefully make things work...

parent bc1b8a18
No related branches found
No related tags found
No related merge requests found
Pipeline #15638 passed
watch: build
# stack exec blog -- watch
blog watch
stack exec blog --allow-different-user -- watch
deploy: build
# stack exec blog -- deploy
blog deploy
stack exec blog -- deploy
build: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
make hakyll_gen -C cours/math_tech_info
......@@ -12,10 +10,10 @@ build: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
make -C cours/math_tech_info
make -C cours/isc_physics
make markdown -C cours/prog_seq/slides
# stack build && stack exec blog -- build
stack build --allow-different-user && stack exec --allow-different-user blog -- build
# cabal install && blog build
# stack build && stack exec blog -- build
blog build
# blog build
build_revealjs:
cd reveal.js && npm install && npm run build && cd ..
......
......@@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: nightly-2021-03-13
resolver: lts-18.25
# User packages to be built.
# Various formats can be used as shown in the example below.
......@@ -41,7 +41,7 @@ packages:
#
extra-deps:
- pandoc-crossref-0.3.9.0
- hakyll-4.13.4.1
- hakyll-4.15.1.1
- hakyll-images-1.0.1
- roman-numerals-0.5.1.5
- pandoc-citeproc-0.17.0.2
......
......@@ -143,7 +143,7 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
# Cours d'années précédentes
# Programmation concurrente
# Programmation concurrente (2019-2020)
## [Polycopié](concurrence/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/cours_prog_conc)
......
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