Compare commits
3 commits
f1c078a79e
...
f0ae8bcfba
Author | SHA1 | Date | |
---|---|---|---|
f0ae8bcfba | |||
8ec6b1f235 | |||
e950fae195 |
2 changed files with 3 additions and 3 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/
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"@node-minify/html-minifier": "^8.0.6",
|
"@node-minify/html-minifier": "^8.0.6",
|
||||||
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
||||||
"eleventy-plugin-rev": "^2.0.0",
|
"eleventy-plugin-rev": "^2.0.0",
|
||||||
"eleventy-sass": "^2.2.4",
|
"eleventy-sass": "^2.2.6",
|
||||||
"glob": "^11.0.0",
|
"glob": "^11.0.0",
|
||||||
"minify": "^11.4.0",
|
"minify": "^11.4.0",
|
||||||
"postcss": "^8.4.41",
|
"postcss": "^8.4.41",
|
||||||
|
|
Loading…
Reference in a new issue