checkout image in ci using lfs
Some checks failed
Build an image to deploy website / build (push) Failing after 2m30s

This commit is contained in:
Julien Fastré 2024-11-18 09:46:05 +01:00
parent a2c388adf9
commit 6cac46431e
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
5 changed files with 14 additions and 1 deletions

4
.changes/1.2.2-rc2.md Normal file
View File

@ -0,0 +1,4 @@
## 1.2.2-rc2 - 2024-11-18
### Fixed
* Embed resources into presentation formation signature
* Checkout images using lfs

View File

@ -0,0 +1,3 @@
kind: Fixed
body: Checkout images using lfs
time: 2024-11-18T09:44:23.272915434+01:00

View File

@ -18,6 +18,8 @@ jobs:
steps:
- name: Check out repository
uses: https://github.com/actions/checkout@v4
with:
lfs: true
- name: update packages
run: apt-get update

1
.vscode/tasks.json vendored
View File

@ -13,7 +13,6 @@
"--to",
"revealjs",
"--standalone",
"--embed-resources",
"--resource-path",
"./presentation/src/",
"-o",

View File

@ -6,6 +6,11 @@ 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-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