Compare commits
2 Commits
v1.2.1
...
v1.2.2-rc2
Author | SHA1 | Date | |
---|---|---|---|
6cac46431e
|
|||
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
|
4
.changes/1.2.2-rc2.md
Normal file
4
.changes/1.2.2-rc2.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
## 1.2.2-rc2 - 2024-11-18
|
||||||
|
### Fixed
|
||||||
|
* Embed resources into presentation formation signature
|
||||||
|
* Checkout images using lfs
|
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
|
3
.changes/unreleased/Fixed-20241118-094423.yaml
Normal file
3
.changes/unreleased/Fixed-20241118-094423.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
kind: Fixed
|
||||||
|
body: Checkout images using lfs
|
||||||
|
time: 2024-11-18T09:44:23.272915434+01:00
|
@@ -18,6 +18,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
with:
|
||||||
|
lfs: true
|
||||||
|
|
||||||
- name: update packages
|
- name: update packages
|
||||||
run: apt-get update
|
run: apt-get update
|
||||||
@@ -34,7 +36,7 @@ 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 --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
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -13,6 +13,8 @@
|
|||||||
"--to",
|
"--to",
|
||||||
"revealjs",
|
"revealjs",
|
||||||
"--standalone",
|
"--standalone",
|
||||||
|
"--resource-path",
|
||||||
|
"./presentation/src/",
|
||||||
"-o",
|
"-o",
|
||||||
"presentation/src/formation-signature.html",
|
"presentation/src/formation-signature.html",
|
||||||
"presentation/src/formation-signature.md"
|
"presentation/src/formation-signature.md"
|
||||||
|
@@ -6,6 +6,15 @@ 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.2.2-rc2 - 2024-11-18
|
||||||
|
### Fixed
|
||||||
|
* Embed resources into presentation formation signature
|
||||||
|
* Checkout images using lfs
|
||||||
|
|
||||||
|
## 1.2.2-rc1 - 2024-11-06
|
||||||
|
### Fixed
|
||||||
|
* Embed resources into presentation formation signature
|
||||||
|
|
||||||
## 1.2.1 - 2024-11-06
|
## 1.2.1 - 2024-11-06
|
||||||
### Fixed
|
### Fixed
|
||||||
* Use nginx instead of caddy
|
* Use nginx instead of caddy
|
||||||
|
Reference in New Issue
Block a user