Compare commits
5 commits
218e582294
...
5f6d5c9c22
Author | SHA1 | Date | |
---|---|---|---|
5f6d5c9c22 | |||
96f28304d5 | |||
8cdbc5095f | |||
b6a0d913ac | |||
3a53db8b4f |
2 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: npm run build:dev
|
||||
- name: Build German Version
|
||||
run: npm run build:dev:de
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: npm run build
|
||||
- name: Build German Version
|
||||
run: npm run build:de
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
||||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.4.3",
|
||||
"glob": "^11.0.0",
|
||||
"minify": "^11.3.0",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss": "^8.4.41",
|
||||
"sass": "^1.77.6",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue