build into same directory

This commit is contained in:
2022-05-11 11:38:29 +02:00
parent ea6b32697c
commit 17d5bbc610
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Dépendance: `pandoc 2.17`
Compiler:
```bash
pandoc -t revealjs --resource-path=.:presentation/src/img:presentation/src/ --self-contained -s presentation/src/index.md -o presentation/build/index.html
pandoc -t revealjs --resource-path=.:presentation/src/img:presentation/src/ --self-contained -s presentation/src/index.md -o presentation/src/index.html
```
## TODO