Embed resources into presentation
All checks were successful
Build an image to deploy website / build (push) Successful in 1m21s
All checks were successful
Build an image to deploy website / build (push) Successful in 1m21s
This commit is contained in:
parent
9530b07eef
commit
a2c388adf9
3
.changes/1.2.2-rc1.md
Normal file
3
.changes/1.2.2-rc1.md
Normal file
@ -0,0 +1,3 @@
|
||||
## 1.2.2-rc1 - 2024-11-06
|
||||
### Fixed
|
||||
* Embed resources into presentation formation signature
|
3
.changes/unreleased/Fixed-20241106-143647.yaml
Normal file
3
.changes/unreleased/Fixed-20241106-143647.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
kind: Fixed
|
||||
body: Embed resources into presentation formation signature
|
||||
time: 2024-11-06T14:36:47.597001706+01:00
|
@ -34,7 +34,7 @@ jobs:
|
||||
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
|
||||
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: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
@ -13,6 +13,9 @@
|
||||
"--to",
|
||||
"revealjs",
|
||||
"--standalone",
|
||||
"--embed-resources",
|
||||
"--resource-path",
|
||||
"./presentation/src/",
|
||||
"-o",
|
||||
"presentation/src/formation-signature.html",
|
||||
"presentation/src/formation-signature.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.2.2-rc1 - 2024-11-06
|
||||
### Fixed
|
||||
* Embed resources into presentation formation signature
|
||||
|
||||
## 1.2.1 - 2024-11-06
|
||||
### Fixed
|
||||
* Use nginx instead of caddy
|
||||
|
Loading…
Reference in New Issue
Block a user