fixed pandoc version and build process
All checks were successful
Build an image to deploy website / build (push) Successful in 1m6s
All checks were successful
Build an image to deploy website / build (push) Successful in 1m6s
This commit is contained in:
parent
f0fa7c21fb
commit
e42d169602
3
.changes/1.4.1.md
Normal file
3
.changes/1.4.1.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
## 1.4.1 - 2025-05-19
|
||||||
|
### Fixed
|
||||||
|
* Fix pandoc version and build process
|
@ -31,7 +31,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.5'
|
pandoc-version: '3.7'
|
||||||
|
|
||||||
- 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
|
||||||
@ -40,10 +40,10 @@ jobs:
|
|||||||
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
|
- 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
|
run: pandoc --from markdown+emoji -t revealjs --resource-path=.:presentation/src/ -s -o presentation/src/formation-signature.html presentation/src/formation-signature.md
|
||||||
|
|
||||||
- name: Build presentation formation-signature
|
- name: Build presentation haute-vienne
|
||||||
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
|
run: pandoc --from markdown+emoji -t revealjs --resource-path=.:presentation/src/ -s -o presentation/src/formation-signature.html presentation/src/haute-vienne.md
|
||||||
|
|
||||||
- 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
|
||||||
|
@ -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).
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||||
|
|
||||||
|
|
||||||
|
## 1.4.1 - 2025-05-19
|
||||||
|
### Fixed
|
||||||
|
* Fix pandoc version and build process
|
||||||
|
|
||||||
## 1.4.0 - 2025-05-19
|
## 1.4.0 - 2025-05-19
|
||||||
### Added
|
### Added
|
||||||
* Présentation haute-vienne
|
* Présentation haute-vienne
|
||||||
|
Loading…
x
Reference in New Issue
Block a user