build into same directory
This commit is contained in:
parent
ea6b32697c
commit
17d5bbc610
@ -8,7 +8,7 @@ steps:
|
||||
- name: build-presentation
|
||||
image: pandoc/minimal:2.18-alpine
|
||||
commands:
|
||||
- pandoc -t revealjs --resource-path=.:presentation/src/img:presentation/src/ -s presentation/src/index.md -o presentation/build/index.html
|
||||
- pandoc -t revealjs --resource-path=.:presentation/src/img:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html
|
||||
|
||||
- name: build-docker-caddy
|
||||
image: plugins/docker
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM caddy:2-alpine
|
||||
|
||||
ADD build/ /usr/share/caddy/
|
||||
ADD src/ /usr/share/caddy/
|
||||
|
Loading…
Reference in New Issue
Block a user