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
|
||||
- name: Build Website
|
||||
run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -48,8 +48,8 @@
|
|||
"url": "https://jitsi.sp-codes.de",
|
||||
"status": "2",
|
||||
"summary": {
|
||||
"de": "Einfache Videokonferenzen mit Leichtigkeit.",
|
||||
"en": "Easy video conferencing with ease."
|
||||
"de": "Einfache und sichere Videokonferenzen.",
|
||||
"en": "Easy and secure video conferencing."
|
||||
},
|
||||
"cards": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue