Compare commits
2 commits
1ddb2569ee
...
d5c2383ef6
Author | SHA1 | Date | |
---|---|---|---|
d5c2383ef6 | |||
e8adb8a63b |
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/
|
||||||
|
|
|
@ -6,6 +6,13 @@
|
||||||
"location": "Nürnberg",
|
"location": "Nürnberg",
|
||||||
"amount": 38.56
|
"amount": 38.56
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Docker",
|
||||||
|
"type": "Cloud Storage",
|
||||||
|
"provider": "Hetzner",
|
||||||
|
"location": "Nürnberg",
|
||||||
|
"amount": 4.16
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"en": "Media",
|
"en": "Media",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue