Compare commits
7 commits
5e9c14b441
...
68baa649fb
Author | SHA1 | Date | |
---|---|---|---|
68baa649fb | |||
7146ee0337 | |||
6a6a55925c | |||
0680674337 | |||
8158d2beea | |||
ea54ff9b6c | |||
da5d0ab7da |
2 changed files with 4 additions and 4 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/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"browser-sync": "^2.29.3"
|
||||
"browser-sync": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
|
@ -29,13 +29,13 @@
|
|||
"eleventy-plugin-rev": "^2.0.0",
|
||||
"eleventy-sass": "^2.2.4",
|
||||
"glob": "^10.3.10",
|
||||
"minify": "^10.5.2",
|
||||
"minify": "^11.0.1",
|
||||
"postcss": "^8.4.32",
|
||||
"sass": "^1.69.5",
|
||||
"uncss": "^0.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.2",
|
||||
"flag-icons": "^7.0.3"
|
||||
"flag-icons": "^7.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue