diff --git a/.changes/1.4.0.md b/.changes/1.4.0.md new file mode 100644 index 0000000..bd4519e --- /dev/null +++ b/.changes/1.4.0.md @@ -0,0 +1,3 @@ +## 1.4.0 - 2025-05-19 +### Added +* Présentation haute-vienne diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 184f744..96d564d 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index bff2d4c..4404c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 1.4.0 - 2025-05-19 +### Added +* Présentation haute-vienne + ## 1.3.0 - 2024-12-11 ### Added * amélirations à la formation formateurs