Compare commits
2 Commits
491fff1a84
...
2f0e3e5a09
Author | SHA1 | Date | |
---|---|---|---|
2f0e3e5a09 | |||
7354cd6baf |
3
.changes/1.1.0-beta0.md
Normal file
3
.changes/1.1.0-beta0.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
## 1.1.0-beta0 - 2024-11-05
|
||||||
|
### Added
|
||||||
|
* add formation signature électornique
|
3
.changes/unreleased/Added-20241105-214719.yaml
Normal file
3
.changes/unreleased/Added-20241105-214719.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
kind: Added
|
||||||
|
body: Ajout formation signature électronique
|
||||||
|
time: 2024-11-05T21:47:19.777481719+01:00
|
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Setup pandoc
|
- name: Setup pandoc
|
||||||
uses: https://github.com/r-lib/actions/setup-pandoc@v1
|
uses: https://github.com/r-lib/actions/setup-pandoc@v1
|
||||||
with:
|
with:
|
||||||
pandoc-version: '3.4'
|
pandoc-version: '3.5'
|
||||||
|
|
||||||
- name: Build presentation main
|
- name: Build presentation main
|
||||||
run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html
|
run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html
|
||||||
@ -33,6 +33,9 @@ jobs:
|
|||||||
- name: Build presentation essaimage
|
- name: Build presentation essaimage
|
||||||
run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/essaimage.md -o presentation/src/essaimage.html
|
run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/essaimage.md -o presentation/src/essaimage.html
|
||||||
|
|
||||||
|
- name: Build presentation formation-signature
|
||||||
|
run: pandoc --from markdown+emoji -t revealjs --resource-path=.:presentation/src/ -s presentation/src/formation-signature.md -o presentation/src/formation-signature.html
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user