Compare commits

..

No commits in common. "2f0e3e5a09d918e3b5312136f859b47a76be1732" and "491fff1a84d149cd7f2561bcfc6da08e8d479898" have entirely different histories.

3 changed files with 1 additions and 10 deletions

View File

@ -1,3 +0,0 @@
## 1.1.0-beta0 - 2024-11-05
### Added
* add formation signature électornique

View File

@ -1,3 +0,0 @@
kind: Added
body: Ajout formation signature électronique
time: 2024-11-05T21:47:19.777481719+01:00

View File

@ -25,7 +25,7 @@ jobs:
- name: Setup pandoc
uses: https://github.com/r-lib/actions/setup-pandoc@v1
with:
pandoc-version: '3.5'
pandoc-version: '3.4'
- name: Build presentation main
run: pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html
@ -33,9 +33,6 @@ jobs:
- name: Build presentation essaimage
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
uses: https://github.com/docker/setup-buildx-action@v3