3 Commits

Author SHA1 Message Date
0fc894d9b2 Release v1.2.2
All checks were successful
Build an image to deploy website / build (push) Successful in 1m10s
2024-11-18 11:35:09 +01:00
d59a1ceb2d Fix LFS (#3)
Reviewed-on: #3
Co-authored-by: Julien Fastré <julien.fastre@champs-libres.coop>
Co-committed-by: Julien Fastré <julien.fastre@champs-libres.coop>
2024-11-18 10:33:18 +00:00
6cac46431e checkout image in ci using lfs
Some checks failed
Build an image to deploy website / build (push) Failing after 2m30s
2024-11-18 09:46:05 +01:00
5 changed files with 10 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
## 1.2.2-rc1 - 2024-11-06 ## 1.2.2 - 2024-11-18
### Fixed ### Fixed
* Embed resources into presentation formation signature * Embed resources into presentation formation signature

View File

@@ -1,3 +0,0 @@
kind: Fixed
body: Embed resources into presentation formation signature
time: 2024-11-06T14:36:47.597001706+01:00

View File

@@ -16,8 +16,14 @@ jobs:
build: build:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- name: Check out repository - name: Git checkout with LFS
uses: https://github.com/actions/checkout@v4 # see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571
run: |
git init
git remote add origin https://gitea.champs-libres.be/champs-libres/prez-concepts-chill.git
git fetch --depth 1 origin ${{ gitea.ref }}
git checkout FETCH_HEAD
git lfs pull
- name: update packages - name: update packages
run: apt-get update run: apt-get update

1
.vscode/tasks.json vendored
View File

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

View File

@@ -6,7 +6,7 @@ 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-rc1 - 2024-11-06 ## 1.2.2 - 2024-11-18
### Fixed ### Fixed
* Embed resources into presentation formation signature * Embed resources into presentation formation signature