Compare commits
2 commits
526bd2df4f
...
d9356cc00c
Author | SHA1 | Date | |
---|---|---|---|
d9356cc00c | |||
d3885bab8b |
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build Website
|
- name: Build Website
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -48,8 +48,8 @@
|
||||||
"url": "https://jitsi.sp-codes.de",
|
"url": "https://jitsi.sp-codes.de",
|
||||||
"status": "2",
|
"status": "2",
|
||||||
"summary": {
|
"summary": {
|
||||||
"de": "Einfache Videokonferenzen mit Leichtigkeit.",
|
"de": "Einfache und sichere Videokonferenzen.",
|
||||||
"en": "Easy video conferencing with ease."
|
"en": "Easy and secure video conferencing."
|
||||||
},
|
},
|
||||||
"cards": [
|
"cards": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue