Compare commits
2 commits
b6b767d819
...
9571ab7adb
Author | SHA1 | Date | |
---|---|---|---|
9571ab7adb | |||
a923f50a9a |
2 changed files with 9 additions and 2 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build Website
|
- name: Build Website
|
||||||
run: npm run build:dev
|
run: npm run build:dev
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
@ -31,7 +31,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/
|
||||||
|
|
|
@ -2,6 +2,13 @@
|
||||||
{
|
{
|
||||||
"year": 2025,
|
"year": 2025,
|
||||||
"donations": [
|
"donations": [
|
||||||
|
{
|
||||||
|
"date": "25.03.2025",
|
||||||
|
"amount": 100,
|
||||||
|
"via": "banktransfer",
|
||||||
|
"from": "BrauchC",
|
||||||
|
"first": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "14.02.2025",
|
"date": "14.02.2025",
|
||||||
"amount": 20,
|
"amount": 20,
|
||||||
|
|
Loading…
Add table
Reference in a new issue