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
|
||||
- name: Build German Version
|
||||
run: npm run build:dev:de
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: npm run build
|
||||
- name: Build German Version
|
||||
run: npm run build:de
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"languages": [
|
||||
{
|
||||
"label": "English",
|
||||
"code": "en",
|
||||
"icon": "us",
|
||||
"url": "https://dev.samuel-philipp.com"
|
||||
},
|
||||
{
|
||||
"label": "Deutsch",
|
||||
"code": "de",
|
||||
"icon": "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