Compare commits
5 commits
87fcbf73f0
...
45cdceb8a2
Author | SHA1 | Date | |
---|---|---|---|
45cdceb8a2 | |||
314ee9f35a | |||
58e08bd29c | |||
18b34a19a3 | |||
805b85399e |
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/
|
||||||
|
|
|
@ -30,9 +30,9 @@
|
||||||
"eleventy-plugin-rev": "^2.0.0",
|
"eleventy-plugin-rev": "^2.0.0",
|
||||||
"eleventy-sass": "^2.2.4",
|
"eleventy-sass": "^2.2.4",
|
||||||
"glob": "^10.4.2",
|
"glob": "^10.4.2",
|
||||||
"minify": "^11.1.1",
|
"minify": "^11.3.0",
|
||||||
"postcss": "^8.4.39",
|
"postcss": "^8.4.39",
|
||||||
"sass": "^1.75.0",
|
"sass": "^1.77.6",
|
||||||
"uncss": "^0.17.3"
|
"uncss": "^0.17.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue