Compare commits
3 Commits
v1.2.2-rc1
...
v1.2.2
Author | SHA1 | Date | |
---|---|---|---|
0fc894d9b2
|
|||
d59a1ceb2d | |||
6cac46431e
|
@@ -1,3 +1,3 @@
|
||||
## 1.2.2-rc1 - 2024-11-06
|
||||
## 1.2.2 - 2024-11-18
|
||||
### Fixed
|
||||
* Embed resources into presentation formation signature
|
@@ -1,3 +0,0 @@
|
||||
kind: Fixed
|
||||
body: Embed resources into presentation formation signature
|
||||
time: 2024-11-06T14:36:47.597001706+01:00
|
@@ -16,8 +16,14 @@ jobs:
|
||||
build:
|
||||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Git checkout with LFS
|
||||
# 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
|
||||
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,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).
|
||||
|
||||
|
||||
## 1.2.2-rc1 - 2024-11-06
|
||||
## 1.2.2 - 2024-11-18
|
||||
### Fixed
|
||||
* Embed resources into presentation formation signature
|
||||
|
||||
|
Reference in New Issue
Block a user