Compare commits
5 commits
bdfea69014
...
ebaf1511ce
Author | SHA1 | Date | |
---|---|---|---|
ebaf1511ce | |||
b0a6a0a8a5 | |||
53bc8da235 | |||
992a8d5b6b | |||
45ed36fbba |
2 changed files with 4 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/
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de"
|
"url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"browser-sync": "^3.0.2"
|
"browser-sync": "^3.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^2.0.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"glob": "^11.0.0",
|
"glob": "^11.0.0",
|
||||||
"minify": "^11.4.1",
|
"minify": "^11.4.1",
|
||||||
"postcss": "^8.4.45",
|
"postcss": "^8.4.45",
|
||||||
"sass": "^1.78.0",
|
"sass": "^1.80.6",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue