Compare commits
3 commits
f3d1305c88
...
23874022c8
Author | SHA1 | Date | |
---|---|---|---|
23874022c8 | |||
cbab00e737 | |||
b2e69f203d |
2 changed files with 16 additions and 2 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Build Website
|
||||
run: npm run build:dev
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
@ -31,7 +31,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/
|
||||
|
|
|
@ -2,6 +2,20 @@
|
|||
{
|
||||
"year": 2024,
|
||||
"donations": [
|
||||
{
|
||||
"date": "05.11.2024",
|
||||
"amount": 50,
|
||||
"via": "banktransfer",
|
||||
"from": "bings81",
|
||||
"first": true
|
||||
},
|
||||
{
|
||||
"date": "31.10.2024",
|
||||
"amount": 20,
|
||||
"via": "banktransfer",
|
||||
"from": "ub1x",
|
||||
"first": false
|
||||
},
|
||||
{
|
||||
"date": "02.08.2024",
|
||||
"amount": 20,
|
||||
|
|
Loading…
Reference in a new issue