Compare commits

...

2 commits

Author SHA1 Message Date
beec13366a Update actions/upload-artifact action to v4
Some checks failed
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Failing after 48s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
2024-04-01 19:00:34 +00:00
33c4b313a2 updated dev
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 1m7s
Build and Deploy Website / Deploy Dev Website (push) Successful in 49s
2024-04-01 20:20:50 +02:00
2 changed files with 8 additions and 8 deletions

View file

@ -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/

View file

@ -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"
} }
] ]
} }