Compare commits
3 commits
7251f180af
...
627d9e7968
Author | SHA1 | Date | |
---|---|---|---|
627d9e7968 | |||
d69b804400 | |||
a143b4ebfd |
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,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/
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.3.10",
|
||||
"minify": "^11.0.1",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss": "^8.4.33",
|
||||
"sass": "^1.69.7",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue