checkout image in ci using lfs
Some checks failed
Build an image to deploy website / build (push) Failing after 2m30s
Some checks failed
Build an image to deploy website / build (push) Failing after 2m30s
This commit is contained in:
parent
a2c388adf9
commit
6cac46431e
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-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:
|
||||
- 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
1
.vscode/tasks.json
vendored
@ -13,7 +13,6 @@
|
||||
"--to",
|
||||
"revealjs",
|
||||
"--standalone",
|
||||
"--embed-resources",
|
||||
"--resource-path",
|
||||
"./presentation/src/",
|
||||
"-o",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user