Compare commits
2 commits
beec13366a
...
ca6fe10853
Author | SHA1 | Date | |
---|---|---|---|
ca6fe10853 | |||
508fcbca9f |
2 changed files with 2 additions and 4 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,5 +1,3 @@
|
||||||
[![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/samuel-philipp.de/status.svg)](https://ci.sp-codes.de/samuel-p/samuel-philipp.de)
|
|
||||||
|
|
||||||
# samuel-philipp.de
|
# samuel-philipp.de
|
||||||
|
|
||||||
Website for [samuel-philipp.de](https://samuel-philipp.de) and [samuel-philipp.com](https://samuel-philipp.com)
|
Website for [samuel-philipp.de](https://samuel-philipp.de) and [samuel-philipp.com](https://samuel-philipp.com)
|
||||||
|
|
Loading…
Reference in a new issue