Compare commits
2 commits
a438481e1a
...
a32fb6de6b
Author | SHA1 | Date | |
---|---|---|---|
a32fb6de6b | |||
05a9101fa0 |
2 changed files with 9 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,13 @@
|
|||
{
|
||||
"year": 2024,
|
||||
"donations": [
|
||||
{
|
||||
"date": "18.11.2024",
|
||||
"amount": 25,
|
||||
"via": "banktransfer",
|
||||
"from": null,
|
||||
"first": false
|
||||
},
|
||||
{
|
||||
"date": "05.11.2024",
|
||||
"amount": 50,
|
||||
|
|
Loading…
Reference in a new issue