Compare commits
3 commits
4c86347c43
...
82c4083d53
Author | SHA1 | Date | |
---|---|---|---|
82c4083d53 | |||
761ff47101 | |||
e643ec65b5 |
4 changed files with 15 additions and 14 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
if: github.ref == 'refs/heads/develop'
|
if: github.ref == 'refs/heads/develop'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: which lftp || ( apk --update add lftp )
|
run: which lftp || ( apk --update add lftp )
|
||||||
- name: Deploy Website
|
- name: Deploy Website
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: which lftp || ( apk --update add lftp )
|
run: which lftp || ( apk --update add lftp )
|
||||||
- name: Deploy Website
|
- name: Deploy Website
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
"eleventy-plugin-rev": "^2.0.0",
|
"eleventy-plugin-rev": "^2.0.0",
|
||||||
"eleventy-sass": "^2.2.4",
|
"eleventy-sass": "^2.2.4",
|
||||||
"glob": "^10.3.10",
|
"glob": "^10.3.10",
|
||||||
"minify": "^11.0.1",
|
"minify": "^11.1.1",
|
||||||
"postcss": "^8.4.33",
|
"postcss": "^8.4.35",
|
||||||
"sass": "^1.71.1",
|
"sass": "^1.72.0",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -2,12 +2,19 @@
|
||||||
{
|
{
|
||||||
"year": 2024,
|
"year": 2024,
|
||||||
"donations": [
|
"donations": [
|
||||||
|
{
|
||||||
|
"date": "26.02.2024",
|
||||||
|
"amount": 20,
|
||||||
|
"via": "banktransfer",
|
||||||
|
"from": "ub1x",
|
||||||
|
"first": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "23.01.2024",
|
"date": "23.01.2024",
|
||||||
"amount": 25,
|
"amount": 25,
|
||||||
"via": "banktransfer",
|
"via": "banktransfer",
|
||||||
"from": null,
|
"from": null,
|
||||||
"first": false
|
"first": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -35,13 +42,6 @@
|
||||||
"from": "ub1x",
|
"from": "ub1x",
|
||||||
"first": false
|
"first": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"date": "26.10.2023",
|
|
||||||
"amount": 20,
|
|
||||||
"via": "banktransfer",
|
|
||||||
"from": "ub1x",
|
|
||||||
"first": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"date": "17.07.2023",
|
"date": "17.07.2023",
|
||||||
"amount": 20,
|
"amount": 20,
|
||||||
|
|
|
@ -24,10 +24,11 @@ Die sp-codes Serverregeln kannst du gerne [hier](https://matrix.sp-codes.de/_mat
|
||||||
|
|
||||||
___TODO___
|
___TODO___
|
||||||
|
|
||||||
|
* Media Upload Limit
|
||||||
* Retention
|
* Retention
|
||||||
* Medien
|
* Medien
|
||||||
* Nachrichten
|
* Nachrichten
|
||||||
* tbc
|
* Sliding Sync
|
||||||
|
|
||||||
## Warum Matrix?
|
## Warum Matrix?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue