v1.4.0
All checks were successful
Build an image to deploy website / build (push) Successful in 1m13s

This commit is contained in:
2025-05-19 19:22:53 +02:00
parent b0e9c53481
commit f0fa7c21fb
3 changed files with 10 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ jobs:
- name: Build presentation formation-signature
run: pandoc --from markdown+emoji -t revealjs --embed-resources --resource-path=.:presentation/src/ -s presentation/src/formation-signature.md -o presentation/src/formation-signature.html
- name: Build presentation formation-signature
run: pandoc --from markdown+emoji -t revealjs --embed-resources --resource-path=.:presentation/src/ -s presentation/src/haute-vienne.md -o presentation/src/haute-vienne.html
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3