Compare commits
2 commits
9bbd8edae8
...
beec13366a
Author | SHA1 | Date | |
---|---|---|---|
beec13366a | |||
33c4b313a2 |
2 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
run: npm run build:dev
|
run: npm run build:dev
|
||||||
- name: Build German Version
|
- name: Build German Version
|
||||||
run: npm run build:dev:de
|
run: npm run build:dev:de
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Build German Version
|
- name: Build German Version
|
||||||
run: npm run build:de
|
run: npm run build:de
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"languages": [
|
"languages": [
|
||||||
{
|
|
||||||
"label": "English",
|
|
||||||
"code": "en",
|
|
||||||
"icon": "us",
|
|
||||||
"url": "https://dev.samuel-philipp.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "Deutsch",
|
"label": "Deutsch",
|
||||||
"code": "de",
|
"code": "de",
|
||||||
"icon": "de",
|
"icon": "de",
|
||||||
"url": "https://dev.samuel-philipp.de"
|
"url": "https://dev.samuel-philipp.de"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "English",
|
||||||
|
"code": "en",
|
||||||
|
"icon": "us",
|
||||||
|
"url": "https://dev.samuel-philipp.com"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue