Compare commits
2 commits
4baa61d73d
...
7e6e12cb88
Author | SHA1 | Date | |
---|---|---|---|
7e6e12cb88 | |||
672fba2e97 |
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": 2024,
|
"year": 2024,
|
||||||
"donations": [
|
"donations": [
|
||||||
|
{
|
||||||
|
"date": "03.07.2024",
|
||||||
|
"amount": 25,
|
||||||
|
"via": "banktransfer",
|
||||||
|
"from": "Astrid",
|
||||||
|
"first": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "26.02.2024",
|
"date": "26.02.2024",
|
||||||
"amount": 20,
|
"amount": 20,
|
||||||
|
|
Loading…
Reference in a new issue